3rror404
3rror404
Hey Brad, When a video is loaded within a modal the controls are rendered behind the modal view making them impossible to use (as described [here](https://github.com/bradmartin/nativescript-videoplayer/issues/52#issuecomment-277058946) and [here](https://github.com/bradmartin/nativescript-videoplayer/issues/72#issuecomment-308060809)). This only...
Setting fixed dimensions for the video player causes all sorts of layout issues when dealing with a multitude of screen sizes. I would like the player to have a fluid...
I know this has been covered before [here](https://github.com/NativeScript/nativescript-imagepicker/issues/53#issuecomment-266990852) and [here](https://github.com/NativeScript/nativescript-imagepicker/issues/67) but both issues are closed and the provided solution doesn't work for me. When selecting an image stored in iCloud,...
`fit="true"` on a `ui-gmap-polyline` doesn't seem to work. The polyline is rendered but the map displays at it's initial centre and zoom level. Am I doing this correctly? ``` ```...
The previous version the plugin was working on Android true console.log(`Touch? ${avail.touch}`); // => undefined console.log(`Face? ${avail.face}`); // => undefined console.log(`Biometrics? ${avail.biometrics}`); // => true if (avail.any) { fingerprintAuth.verifyFingerprint( {...
I'm experiencing a issue on iOS 16 & 17 (not tested older versions). Navigating to any page that contains a `VideoPlayer` element causes the app to crash. It only happens...