cordova-plugin-webview-setting-perf

1.0.6 • Public • Published

cordova-webview-setting

a plugin for general webview setting:

  • to fix viewport issue: Viewport meta tag ignored in Android 4.4 WebView
  • enable autoplay for video/audio tag, for ios, juste add this line to the config.xml: <preference name="MediaPlaybackRequiresUserAction" value="false"/>

How to use

window.plugin.webviewSetting.set(function(err,status){
   if(err){
     console.error('failed');
   }else{
     console.log('fixed')
   }
});

Package Sidebar

Install

npm i cordova-plugin-webview-setting-perf

Weekly Downloads

0

Version

1.0.6

License

BSD

Unpacked Size

5.4 kB

Total Files

6

Last publish

Collaborators

  • jaredliu2019