cordova-plugin-streaming-media icon indicating copy to clipboard operation
cordova-plugin-streaming-media copied to clipboard

In full screen not hide home and back button

Open atanetweb opened this issue 5 years ago • 1 comments

What version of Streaming-Meda-Cordova-Plugin are you using? 2.2.0

What version of Cordova are you using? 9.0.0 ([email protected])

What devices are affected? Android

Please describe the issue in detail, with relevant code samples the video starts playing, but the buttons remain visible

this is the code I used: const options: StreamingVideoOptions = { successCallback: () => { console.log('Video Complete'); }, errorCallback: (e) => { console.error'Error:'); console.error(e); }, orientation: 'portrait', shouldAutoClose: true, controls: false, };

        this.streamingMedia.playVideo(path, options);

What did you expect to happen? The back and home buttons are visible, I wish they are invisible

What actually happened? the buttons are always seen

atanetweb avatar Feb 15 '20 08:02 atanetweb

No solution? There is no button to close the player.

Netpolice avatar May 30 '20 04:05 Netpolice