Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 3.47 KB

webview.md

File metadata and controls

76 lines (44 loc) · 3.47 KB

Webview

Date: 2015-10-15
Last Update: 2016-01-24

These are notes on the webview libraries that are used with Cordova/Phonegap.

NOTE: Some of these libraries are based on WebKit. However, WebKit allows customization. This means not all features apply to all browsers that use WebKit. For a more detailed explaination, read this blog post by Paul Irish - Webkit for Developers

Android

  • Webview
    • As of API 19/KitKat(4.4-4.4.4), webview is based on Chromium

    • As of API 17/Jelly Bean(4.2-4.2.2), private browsing is no longer supported.

    • As of API 6/Eclair(2.0?2.1), support is available for different screen densities, especially -webkit-device-pixel-ratio Media queries

    • As of API 3/Cupcake(1.5), Zoom is supported

    • In order to support inline HTML5 video in your application, you need to have hardware acceleration turned on.

Android version history

iOS

Blackberry 10

Windows 10

Finally found it. 2015-11-03

The WebView control uses the same rendering engine as the new Edge browser. This provides the most accurate, standards-compliant mode of HTML rendering.

Tizen

Firefox OS

  • nothing yet

Ubuntu

  • nothing yet

Mobile/GeckoView

Bottom line, it's not ready. NOTE, this is not Firefox OS. This is a library intended for Android.

Important References

  1. ECMAScript 5 compatibility table
  2. browser compatibility cheat sheet