cordova-plugin-inappbrowser icon indicating copy to clipboard operation
cordova-plugin-inappbrowser copied to clipboard

Video doesn't toggle to fullscreen on the inappbrowser

Open bear1030 opened this issue 6 years ago • 11 comments

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.

bear1030 avatar Oct 15 '18 17:10 bear1030

Did you find a solution? I'm having the same issue :/

alsvader avatar Oct 26 '18 22:10 alsvader

Please try https://stackoverflow.com/a/54266761/1269722 and contribute back to here if it works.

matthid avatar Jan 19 '19 11:01 matthid

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.

manoj-bht avatar Apr 03 '19 13:04 manoj-bht

@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

yashdabi avatar Nov 30 '19 14:11 yashdabi

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

anggaerlsa avatar Dec 23 '19 08:12 anggaerlsa

Would indeed be nice to have this fixed for Android.

Any chance? The fork above might work, but its rather old.

Thanks

akimakitalo avatar Mar 25 '20 12:03 akimakitalo

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 avatar Sep 01 '20 14:09 raymondelferink

@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 avatar Sep 01 '20 14:09 matthid

@matthid I understand, thanks for answering so quickly:-)

raymondelferink avatar Sep 02 '20 14:09 raymondelferink

I fixed it using the code from @matthid in this fork

The-White-Fang avatar Jul 19 '21 12:07 The-White-Fang

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?

raymondelferink avatar Jul 19 '21 15:07 raymondelferink