Skip to content

Releases: nstudio/nativescript-videoplayer

3.1.0

25 Sep 14:58
Compare
Choose a tag to compare
dont need

Fixes android render issue

10 Jul 20:03
Compare
Choose a tag to compare
3.0.9

closes #80

3.0.8

12 Jun 21:00
Compare
Choose a tag to compare
fix up demo, ts errors, definition

2.1.2

18 Dec 08:02
Compare
Choose a tag to compare

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

16 Dec 07:18
Compare
Choose a tag to compare

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

2.0.0

15 Dec 19:57
Compare
Choose a tag to compare

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

10 Oct 21:08
Compare
Choose a tag to compare

Typo fix

1.1.0

09 Oct 21:29
Compare
Choose a tag to compare

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

Bug fixes iOS

09 Oct 16:43
Compare
Choose a tag to compare

1.0.9

28 Sep 05:17
Compare
Choose a tag to compare
update readme