Skip to content
New issue

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

In full screen not hide home and back button #209

Open
atanetweb opened this issue Feb 15, 2020 · 1 comment
Open

In full screen not hide home and back button #209

atanetweb opened this issue Feb 15, 2020 · 1 comment

Comments

@atanetweb
Copy link

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

@Netpolice
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants