nativescript-videoplayer icon indicating copy to clipboard operation
nativescript-videoplayer copied to clipboard

Create a Video object and play programatically [Question]

Open guillermo7227 opened this issue 5 years ago • 0 comments

I did this

import { Video } from 'nativescript-videoplayer';
this.player = new Video();
this.player.src = 'valid video url';
this.player.play();

Does it need to be visible to play?

guillermo7227 avatar Nov 13 '19 21:11 guillermo7227