cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Video doesn't toggle to fullscreen on the inappbrowser
I built an app that gathers links and opens them in the inappbrowser. The links open in the inappbrowser and some of the links contain videos. However they do NOT play fullscreen on android.
Any help will be appreciated. Thank you.
Did you find a solution? I'm having the same issue :/
Please try https://stackoverflow.com/a/54266761/1269722 and contribute back to here if it works.
Any update/luck on this, facing the same problem :( The links open in the inappbrowser and some of the links contain videos. However they do NOT play fullscreen on android.
Please help out.
@matthid Hey, thanks it' working
https://github.com/matthid/cordova-plugin-inappbrowser
This plugin working fine for fullscreen of video player
cordova plugin add https://github.com/matthid/cordova-plugin-inappbrowser.git
Hello,
Is there any updates on this issue? I also use HTML5 video on the site that use inappbrowser, in the mobile browser it work fine but not with my application that use inappbrowser.
The fullscreen button was disabled.
Please help. Thank you
Would indeed be nice to have this fixed for Android.
Any chance? The fork above might work, but its rather old.
Thanks
This is still a problem. @matthid your solution seems to work, but the fork does not show in the network view. Is it still in sync with the main library? Can your changes be turned into a PR or are there reasons not to do that?
Cheers, Raymond
@raymondelferink This was just for a toy project and I have given up on that, but I wanted to document the solution for someone else running into this. So the simple answer is that I never did the required cleanup to send a PR. Please feel free to do so :)
@matthid I understand, thanks for answering so quickly:-)
I fixed it using the code from @matthid in this fork
Hi @The-White-Fang, your fork seems to be completely disconnected from the main library. Is it possible for you to put your changes into a PR?