You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: