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.

Is there a way to use the Web Audio API to sample audio faster than real-time?

I'm playing around with the Web Audio API & trying to find a way to import an mp3 (so therefore …

javascript html webkit web-audio-api
changePage "jumps" back to old page

I've a big problem with a jQuery Mobile Application: I'm using custom functions (they are triggered by onClick) to switch …

jquery-mobile webkit css-transitions android-browser
Qt4: How to call JavaScript functions in a page from C++ via QtWebkit?

I'm trying to write a simple log viewer using Qt4's WebKit port/implementation. My HTML code looks like this: …

javascript qt4 webkit call qtwebkit
What is the engine of Android native browser?

What is the engine of Android native browser? Wiki says that Android used WebKit before 4.4 and Blink for 4.4 and further …

android browser webkit blink
Inexplicable empty space on print from Chrome

Chrome (and other WebKit rendering engines) generate seemingly inexplicable whitespace on print. Code is in CodePen link but easier to …

html css printing webkit blink
Interpreting Web Audio API FFT results

The Web Audio API has an analyser node which allows you to get FFT data on the audio you're working …

javascript html webkit fft html5-audio
Open Safari / Google Chrome developer tools programmatically from JavaScript

I'm looking for a way to open the WebKit “developer tools” from a script attached to a web-page. I need …

javascript google-chrome safari webkit developer-tools
CSS3 Transforms: Multiple Origins?

Is it possible to specify an origin at the top left (0%, 0%) for scaling, and a different origin (center) for rotation …

css webkit css-transforms
PyQt (PySide), WebKit and exposing methods from/to Javascript

I am planning to use PyQt to control an embedded WebKit browser on the server side. I have some inherit …

javascript python webkit pyqt pyside
Render HTML to display in a Java application

I'm interested in displaying HTML text (using CSS) in a Java app. What options do I have? Although I don't …

java webkit swt html-rendering