moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 102 forks source link

Status bar Hide when VideoPlaying #48

Closed tonyawad88 closed 6 years ago

tonyawad88 commented 6 years ago

Hello,

Is there any chance to hide the status bar (clock, battery, notifications, etc) hile the video is playing?

Thank you !

tonyawad88 commented 6 years ago

Any chance of adding the following lines to your plugin: Method Name: openVideoDialog

//When you set up your dialog can you add the following line to make it go fullscreen?
dialog.getWindow().setFlags(LayoutParams.FLAG_FULLSCREEN, LayoutParams.FLAG_FULLSCREEN);

Thank you!

moust commented 6 years ago

Resolved with #49