3rror404
3rror404
Can also confirm downgrading to @nativescript/ios 8.0.0 eliminates the crashes I have been fighting against.
In case anyone else comes across this issue, there is [nativescript-exoplayer](https://github.com/NathanaelA/nativescript-exoplayer) as an alternative which works in modals.
It seems to work if you set the "use_password" string resource to an empty string in this file: https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/blob/master/demo/app/App_Resources/Android/src/main/res/values/strings.xml ``
This is becoming a major problem for me too.
I'm also seeing this issue in iOS. The map is positioned with the provided latitude and longitude in the top left corner instead of centred.
Could anyone help with this?
Hi @tsonevn, Here is a N2.5.5 version using `[email protected]`: https://github.com/3rror404/nativescript-image-picker-issue90-v2.5.2 And here is a N3.0.1 version using `[email protected]`: https://github.com/3rror404/nativescript-image-picker-issue90-v3.0.1 Both give me the exact same error unfortunately.
Thanks for looking into this. I'm currently testing on an iPhone 6 iOS 10.3.1. I do have other devices on other OS versions but not with me right now. Same...
Hi @tsonevn, I've tested this on a couple of different devices now and all behave in the same way. Are you positive that you are testing with images stored in...
Hey guys, I fixed this in an older version of the plugin. The issue is that `PHImageManger` needs to have the `.isNetworkAccessAllowed` option set to `true`. Now that the plugin...