Top "Webkit" questions

WebKit is an open-source Web content engine for browsers and other applications, such as Apple Safari, Mail, App Store and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian, and WebOS.

Overflow: Visible on SVG

Is it possible set overflow: visible on <svg> elements? This simple example on jsfiddle breaks in every browser …

css svg webkit overflow
Coverflow in HTML5 for iPhone/iPod Touch

I have to do a web page destined for iPhone and iPod-touch that needs to incorporate the Coverflow style of …

iphone html webkit ipod-touch coverflow
Could not signal service com.apple.WebKit.WebContent

I use the Shopify Mobile Buy SDK for iOS and I can't get a callback from their payment web view. …

ios objective-c webkit sfsafariviewcontroller
Deprecation of createObjectURL and replace with the new HTMLMediaElement.srcObject doesn't work for Webcam stream

I get the warning that a function will be deprecated in Chrome future release. It's this script: navigator.getUserMedia = navigator.…

javascript html webkit html5-video html5-audio
Android/Mobile Webkit CSS Background-Attachment:Fixed Not Working?

Am I just going crazy, or does background-attachment:fixed; really not work in the native Android browser? I already implemented …

android css mobile webkit mobile-webkit
how to enable WebKit's remote debugging/inspector of Android app using WebView?

I need to inspect javascript execution (webview widget) in an android application, while debugging; through SDK & usb cable and/…

android webview webkit remote-debugging web-inspector
Variation of e.touches, e.targetTouches and e.changedTouches

Let's say I am listening for touchstart, touchmove and touchend on the body element. Let me know if I'm wrong, …

javascript webkit touch
CSS3 animation with gradients

Is there really no way to animate a gradient-background with CSS? something like: @-webkit-keyframes pulse { 0% { background: -webkit-gradient(linear, left top, …

animation webkit css gradient
HTML book-like pagination

How can I split the content of a HTML file in screen-sized chunks to "paginate" it in a WebKit browser? …

javascript html css webkit pagination
Webkit support for gradient transitions

Im wondering if anyone know when will webkit support transitions of gradients? for example, the following code doesnt work in …

css webkit css-transitions