We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What version of Streaming-Meda-Cordova-Plugin are you using? 2.2.0
What version of Cordova are you using? 9.0.0 (cordova-lib@9.0.1)
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
The text was updated successfully, but these errors were encountered:
No solution? There is no button to close the player.
Sorry, something went wrong.
No branches or pull requests
What version of Streaming-Meda-Cordova-Plugin are you using?
2.2.0
What version of Cordova are you using?
9.0.0 (cordova-lib@9.0.1)
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,
};
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
The text was updated successfully, but these errors were encountered: