Questions tagged [webkit]

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.

WebKit is an open-source Web content engine for browsers and other applications and was originally released by Apple in 2003 as part of its Safari browser.

Due to its open source nature and clean design, WebKit has been taken on and implemented as the engine for a wide variety of web browsers.


Documentation

7404 questions
265
votes
33 answers

How can I force WebKit to redraw/repaint to propagate style changes?

I have some trivial JavaScript to effect a style change: sel = document.getElementById('my_id'); sel.className = sel.className.replace(/item-[1-9]-selected/,'item-1-selected'); return false; This works fine with the latest versions of FF, Opera and…
danorton
  • 11,804
  • 7
  • 44
  • 52
234
votes
33 answers

Video auto play is not working in Safari and Chrome desktop browser

I spent quite a lot of time trying to figure out why video embedded like here:
206
votes
6 answers

Disable webkit's spin buttons on input type="number"?

I have a site which is primarily for mobile users but desktop too. On Mobile Safari, using works great because it brings up the numerical keyboard on input fields which should only contain numbers. In Chrome and Safari however,…
pojo
  • 5,892
  • 9
  • 35
  • 47
200
votes
10 answers

CSS endless rotation animation

I want to make a rotation of my loading icon by CSS. I have an icon and the following code: