Ghits-nl
Results
2
comments of
Ghits-nl
I have the same issue. is there any solution?
/////////////////////////////////// Js code: var androidVidPlayer = require('nativescript-videoplayer'); // maybe not necessary androidVidPlayer = CurPage.getViewById("AndroidVideoplayer"); androidVidPlayer.src = CurRecordFile; androidVidPlayer.play(); ///////////////////// it works file on IOS. CurRecordFile is just recorded video file...