cordova-plugin-streaming-media
cordova-plugin-streaming-media copied to clipboard
In full screen not hide home and back button
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
No solution? There is no button to close the player.