Top "Mobile-webkit" questions

WebKit is an open source web browser engine that powers the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian and WebOS.

"-webkit-overflow-scrolling: touch" causing vertical scrolling problems on mobile

I am in the process of making a responsive mobile website. When testing on my phone, I noticed that I …

css responsive-design mobile-webkit
-webkit-overflow-scrolling:touch and 'Tap status bar to scroll to top'

Navigate to this fiddle on an iPhone and notice that even though there is a -webkit-overflow-scrolling:touch declaration, the 'tap …

scroll mobile-safari vertical-scrolling mobile-webkit
how to call parameterized javascript function in the WebKit?

I am trying to pass 2 parameters to a javascript function.This code webview.loadUrl("javascript: function_to_call();"); works fine …

javascript android webview proj4js mobile-webkit
Workaround to iOS 11 WebKit iframe bugs

iOS WebKit iframe bug description iOS WebKit resizes iframes to the full size of their content (see pic below). It's …

iframe mobile-webkit
How to add or attach "click" event listener in DOM?

Am not able to add events to a id. Though able to attach event listener onLoad but same not working …

javascript google-chrome mobile-webkit
Inline form fields: search box and button in jQuery-Mobile

This is what I am trying to achieve: This is what I get: Please view the JSFiddle of this with …

css jquery-mobile mobile-webkit
Mobile Webkit reflow issue

I've been experiencing an issue in mobile versions of webkit (specifically Webkit 534.46 on iOS 5.1.1 as mobile Safari, and now Chrome …

css webkit touch css-position mobile-webkit
iOS safari: (-webkit-)box-shadow on input:focus doesn't work

Safari has some strange behavior towards box-shadow. input[type="text"]{ -webkit-box-shadow: 0 0 8px #000000; box-shadow: 0 0 8px #000000; } input[type="text"]:focus{ outline: none; …

css webkit mobile-webkit
HTML5 contenteditable attribute not working properly on iOS7 Mobile Safari

It seems that the contenteditable attribute (which worked fine on iOS6) has stopped working on iOS7 webkit. Though the browser …

html ipad ios7 mobile-webkit
Is there a way to make the WebView widget use Chrome instead of the builtin WebKit browser on Samsung/LG Android Phones?

When using the WebView in an Android application - Android will utilize different browsers under the hood in order to …

android webview samsung-mobile mobile-webkit