Nativescript Videoplayer Versions Save

:clapper: Video Player widget for NativeScript apps

3.1.0

6 years ago

3.0.9

6 years ago

3.0.8

6 years ago

2.1.2

7 years ago

Performance improvements, in particular changed source from AVPlayer to AVPlayerItem to ensure only one AVPlayer is init. This will result in better performance when changing source directly on the video tag.

2.1.0

7 years ago

Android: Changed aspect to fill iOS: Added in finishedCallback. Overall improvements.

2.0.0

7 years ago

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.

1.1.1

7 years ago

Typo fix

1.1.0

7 years ago

More parity between platforms 🌮 - getDuration() works on iOS.

1.0.9

7 years ago