nativescript-videoplayer
nativescript-videoplayer copied to clipboard
Controls load behind modal on Android
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 and here).
This only happens on Android (tested on 6.0.1). iOS works absolutely fine.
I have a test project showing the issue here.
Any chance of a fix for this?
Thanks
┌──────────────────┬─────────────────┬────────────────┬──────────────────┐
│ Component │ Current version │ Latest version │ Information │
│ nativescript │ 3.1.3 │ 3.1.3 │ Up to date │
│ tns-core-modules │ 3.1.1 │ 3.1.1 │ Up to date │
│ tns-android │ 3.1.1 │ 3.1.1 │ Up to date │
│ tns-ios │ 3.0.0 │ 3.1.0 │ Update available │
└──────────────────┴─────────────────┴────────────────┴──────────────────┘
In case anyone else comes across this issue, there is nativescript-exoplayer as an alternative which works in modals.
This is a major limitation for me. Any fix in sight?