Releases: nstudio/nativescript-videoplayer
Releases · nstudio/nativescript-videoplayer
3.1.0
Fixes android render issue
3.0.9 closes #80
3.0.8
fix up demo, ts errors, definition
2.1.2
2.1.0
2.0.0
Significant issues were identified on Android when using VideoView with the NativeScript animation engine. No animations were possible on the video itself and it'd result in the video going black. This turns out to be a known problem with animations and VideoView. This is because VideoView inherits from SurfaceView and "...it cannot be transformed (moved, scaled, rotated) efficiently". (https://android-developers.googleblog.com/2011/11/android-40-graphics-and-animations.html). Based on this, Android was changed to using a TextureView. More information can be read at the aforementioned blogpost.
typo
Typo fix
1.1.0
More parity between platforms 🌮 - getDuration() works on iOS.
Bug fixes iOS
1.0.9
update readme