Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading image fails on stock Android browser using BLOB #131

Open
cmandersen opened this issue Jun 11, 2015 · 0 comments
Open

Loading image fails on stock Android browser using BLOB #131

cmandersen opened this issue Jun 11, 2015 · 0 comments

Comments

@cmandersen
Copy link

When selecting an image in the stock Android browser (4.3) it throws an error. This is caused by the browser inserting "data:base64," in the base64 encoded string in the blob.

The error originates in the _toDataUrl function, that assumes that the string is not already base64 encoded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant