WebView for Android
Android 4.4 (KitKat) includes a new WebView component based on the Chromium open source project. The new WebView includes an updated version of the V8 JavaScript engine and support for modern web standards that were missing in the old WebView. It also shares the same rendering engine as Chrome for Android, so rendering should be much more consistent between the WebView and Chrome.
Any Further Information https://developer.chrome.com/multidevice/webview/overview
Chrome for Android supports a few features which aren't enabled in the WebView, including:
WebView v30 | WebView v33 | WebView v36 | |
---|---|---|---|
WebGL | x | x | ✓ |
WebRTC | x | x | ✓ |
WebAudio | x | x | ✓ |
Fullscreen API | x | x | x |
Form validation | x | ✓ | ✓ |
Filesystem API | x | x | x |
File input type | x | x | x |
<datalist> | x | ✓ | ✓ |
Comments
Post a Comment