Home | History | Annotate | Download | only in webapps

Lines Matching full:webkit

50 <dd>The {@link android.webkit.WebView} class and most web browsers on Android convert your CSS
76 When your page is rendered in a {@link android.webkit.WebView}, it does not use wide viewport mode
78 with {@link android.webkit.WebSettings#setUseWideViewPort setUseWideViewPort()}.</p>
124 <p>The Android Browser and {@link android.webkit.WebView} support a CSS media feature that allows
126 screen densities&mdash;the <code>-webkit-device-pixel-ratio</code> CSS media feature. The
134 &lt;link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.5)" href="hdpi.css" /&gt;
135 &lt;link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.0)" href="mdpi.css" /&gt;
146 &#64;media screen and (-webkit-device-pixel-ratio: 1.5) {
153 &#64;media screen and (-webkit-device-pixel-ratio: 0.75) {
169 <p>The Android Browser and {@link android.webkit.WebView} support a DOM property that allows you to
177 0.75x by default. Of course, the scaling that the Android Browser and {@link android.webkit.WebView}