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
If I copy an image from the web browser and try to read it with Clipboard.read(), on Android, the result is an object like this: {type: "text/plain", value: ""}.
On iOS, it looks like the type is text, value is the image URL.
Expected Behavior
I expect the value to be a base64 string, or image blob.