initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

option mediaPlaybackRequiresUserAction not working #62

Open ricolo opened 8 years ago

ricolo commented 8 years ago

In cordova-plugin-inappbrowser there is an iOS only option mediaPlaybackRequiresUserAction which suppresses media auto playback (In iOS, video playback in web page takes up the whole screen, and some video ads are so annoying that this option is virtually a must). I have tested it working as expected when using cordova-plugin-inappbrowser, however I cannot make it work in cordova-plugin-themeablebrowser even I try all possible values (true/false/"yes"/"no"). Would really appreciate if this can be fixed soon, thank you.

sencenan commented 8 years ago

mediaPlaybackRequiresUserAction is relative new feature from upstream. Porting it might not be trivial, and is not a short term priority. PR is welcome though.