3.0.1 • Published 6 years ago

nativescript-youtubeplayer v3.0.1

Weekly downloads
70
License
Apache-2.0
Repository
-
Last release
6 years ago

NativeScript YoutubePlayer

npm npm Build Status

Installation

NativeScript 4x

  • tns plugin add nativescript-youtubeplayer

NativeScript 3x

  • tns plugin add nativescript-youtubeplayer@2.2.6

Configuration

Android

Api key follow ➡ link to get your api key

IMPORTANT: Make sure you include xmlns:ui="nativescript-youtubeplayer" on the Page element

<ui:YoutubePlayer id="player" apiKey="AIzaSyCDH3BGQZT2ebUfSE8D3I8NLqaCPu4FRh0" src="{{src}}" height="250" width="100%" backgroundColor="gray" />

Angular

import { YoutubePlayerModule } from 'nativescript-youtubeplayer/angular';

@NgModule({
    imports: [
    YoutubePlayerModule
    ],
    declarations: [
        AppComponent
    ],
    bootstrap: [AppComponent]
})
<YoutubePlayer id="player" apiKey="AIzaSyCDH3BGQZT2ebUfSE8D3I8NLqaCPu4FRh0" src="{{src}}" height="250" width="100%" backgroundColor="gray"></YoutubePlayer>

Api

MethodDefaultTypeDescription
play()voidStarts video playback of the currently cued / loaded video.
stop()voidStops and cancels loading of the current video.
destroy()voidDestroy the video player and free resources.
pause()voidPauses the currently playing video.
isPlaying()falsebooleanReturns is current video is playing.
toggleFullscreen()voidToggle fullscreen mode.

Properties

PropertyDefaultTypeRequiredDescription
srcnullstring- x Set the videoId to play e.g (Z0LWuKQcrUA) => https://www.youtube.com/watch?v=Z0LWuKQcrUA
optionsnullObject- Player options available IOS only
isFullScreenfalseboolean- Returns if player is currently in fullscreen mode.

Example Image

IOSAndroid
IOSAndroid

TODO

  • IOS
  • toggleFullscreen IOS
3.0.1

6 years ago

3.0.0

6 years ago

2.2.6

6 years ago

2.2.5

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago