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.

UIWebView resizes text after rotating: looking for explanation for magical bug or my stupidity

so I have UIWebView in my application and I load some html (article) to it, put some CSS to make …

iphone cocoa-touch uiwebview webkit
Get element node at caret position (in contentEditable)

Let's say I have some HTML code like this: <body contentEditable="true"> <h1>Some heading text …

javascript dom webkit contenteditable caret
How to show the inspector within your WKWebView based desktop app?

I'm looking for a way to show the inspector for a WKWebView inside my Mac app. With WebKit1 and WebView …

objective-c macos webkit wkwebview webkit2
Why are my jQuery animations choppy in webkit-based browsers?

I'm working with a very simple animation: sliding a line of images to the left: $('#button').click( function() { $('div#…

jquery google-chrome safari webkit jquery-animate
Use Chrome's webkit inspector to remove an event listener

I know you can see the event listeners in the Chrome Inspector but i'm doing some debugging work and there …

javascript google-chrome webkit inspector
Rounded corners fail to cut off content in webkit browsers if position:relative

Rounded corners fail to cut off content in webkit browsers (e.g. Chrome) if position:relative; See this demo. HTML: &…

html css webkit rounded-corners
Return HTML from a user-selected text

I have the following, very simple html page: <html> <head> <script type="text/javascript"> …

javascript safari webkit textselection
Django + WebKit = Broken pipe

I'm running the Django 1.2 development server and I get these Broken Pipe error messages whenever I load a page from …

django webkit broken-pipe
Connection to daemon was invalidated

My app is using Firebase Analytics and I believe starting in iOS 13.2 started getting the errors described here: Why I …

firebase uiscrollview uikit webkit uimenucontroller
Webkit text aliasing gets weird during CSS3 animations

This is a funky one. And I'm sure it's webkit related since it only seems to be an issue in …

css webkit css-animations