Dave Coffin
Dave Coffin
also, i just tried to open the file in quicktime, and it immediately starting converting. it shouldnt do that with properly formatted mp3s https://cl.ly/4d03c72fee0c
Setting `targetSdkVersion` to `28` in app.gradle solves this for now. This plugin needs to be updated to use MediaStore, or will break for anyone targeting sdk 29 https://developer.android.com/reference/android/provider/MediaStore
For anybody that finds this, @dicksmith pointed this out: Fun fact, if you want nativescript-imagepicker to work on Android 10, gotta target it (API 29) and add this to the...
Yes I have, but the flow has changed since the documentation was last authored (in fact, I havent read any documentation that references the current state of their UI, it...
@marcusmolchany Any thoughts on this?
I am also having this problem... my esteemed colleague @Vishwa52 has figured a workaround, but its unclear why this isnt working. Here's his solution: in safariWebAuth.js, replace the handler with...
@NathanWalker @sitefinitysteve should we move to nativescript-community?
in 2.0.0, it will now return `selection[0].type` and be `image|video`.
In @nativescript/imagepicker 2.0, it now returns more information about your selection. You can get extension by doing `selection[0].filename.split('.').pop()` for example.
Path is now returned in `selection[0].path` in 2.0.0 :)