html - How to run PhoneGap on a different WebView on Android? -


phonegap/cordova running on native webview on android browsers webkit version 534.30 android 4.4. searched alternatives use newer webview, e.g., chromium based. here found:

  1. https://github.com/mobilechromeapps/mobile-chrome-apps
  2. crosswalk
  3. cocoonjs

there drawbacks. when add compiled chromium webview phonegap app 40mb in app size much.

is there way use different webview on android native webview without increasing app size much?

think webview complete browser. option available creators compile free browser , add webview interface.

you can take features supported chromium-based webview in following link: http://support.ludei.com/hc/en-us/articles/202308176-webview-supported-apis


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -