-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
DATA_URL is improperly prefixed #420
Comments
This is currently the actual API behavior across all platforms. I do not think it is a bug since it is consistent across all platforms. |
It's a known issue https://issues.apache.org/jira/browse/CB-9819 |
@jcesarmobile If we agree to have this supported across platforms, here is my Android support proposal: |
I personally agree, but for this kind of changes is recommended to send a mail to the dev list proposing it |
Sure will share it with the group. |
Sent to development group email. |
@imizaac A PR is created to fix this behavior across of all Camera platforms: |
If anyone or @imizaac is interested in this fix, feel free to thumb up this PR which fixes this issue across all of Cordova supported platforms: Thanks |
Any timeframe for this to get merged? |
No. |
@ruisilva450 This is the PR that fix this issue across all platforms: Please thumbs it up to show an interest in merging it. |
I already saw that, has my thumbs up and that's why I'm asking 😃 |
Getting a dataURL from the cordova-plugin-camera omits the 'data:'mimeType';base64, '
The text was updated successfully, but these errors were encountered: