David Quon

Results 43 comments of David Quon
trafficstars

I was able to get a lot of the EXIF camera data from setting `disableExifHeaderStripping` to `true`. The EXIF data from the camera gets lost when the image is automatically...

Also I used `piexifjs` for adding new EXIF fields in post processing like these. Key | Value ---- | ----- Software | AppName (Version: 0.0.1) Artist | userName CameraSerialNumber |...

Yeah that makes more sense to me as well. It's a little confusing as striping the exif data is combined with the rotating of the image. I'll give it some...

> You could possibly separate the rotation to another option that defaults to on. Yeah this is ideally how it should work. Not sure if the default should be on...

@keli13 - Unfortunately right now I'm only working on the Android side. To make it work I needed to set `disableExifHeaderStripping: true` as this disables the automatic rotation of the...

@ganesh8184 Did you end up getting this working with string builder or string buffer for the URL? If so can you please share a snippet of what you got working?...

This issue is also happening using Ionic Framework on Android 9 using the latest Ionic and Cordova versions. Here is the info from `$ ionic info`: ``` $ ionic info...

I'm having the same black screen problem as https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner/issues/74#issuecomment-688596560 running Android 10 on a Samsung Galaxy S9. I'm using Ionic and Cordova with this plugin. ``` Ionic CLI : 6.11.8...

> remove platform android and run ionic cordova platform add [email protected] @SeaEagleEye Do you know what the issue is requiring moving back to `8.0.0`?

I'm having issues with setting the default value as well using Ionic for Android. Here's my `ionic info`. ``` Ionic: Ionic CLI : 6.10.0 (/Users/DQ/.nvm/versions/node/v10.20.0/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.0.7...