-
Notifications
You must be signed in to change notification settings - Fork 113
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
base64: true not work in Android, returns file:/// uri scheme #67
Comments
Bad news. Apparently, returning base64 is only possible on IOS If you check the header it says:
|
@jvkxhola you're right, the problem is that you already have support for Android, see: 100e874 (31 Jul 2018) But so far the author has not published the version "0.2.1" or "0.3.0", it is only in the master branch. See code details:
|
Hi guys, ran into the same problem, getting an update to this any time soon? thanks |
temporarily try: #66 |
base64: true not work in Android, returns file:/// uri scheme, code:
Is returned a url like this:
file:///storage/emulated/0/1554074577205.jpg
The text was updated successfully, but these errors were encountered: