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.

Get rid of -webkit-padding-start: 40px

I am working on adding a menu to a map. The menu is working fine except I noticed there is …

html css menu webkit
Embedded Chromium or Webkit in Android app

For our Android app, we would like to embed our own browser/rendering engine. The most likely candidate for this, …

android webkit android-ndk chromium
Chrome issue with background-attachment fixed and position fixed elements

I've had this issue for a while and it seems to be a Chrome redraw bug that hasn't been fixed. …

css google-chrome webkit fixed background-attachment
What do setUseWideViewPort() and setLoadWithOverviewMode() precisely do?

I am disappointed at the lack of documentation of WebView and related stuff. (unless you think the following is propert …

android webview webkit
Embedding Gecko/WebKit in Java

I'd like to have Gecko, WebKit, or another webbrowser embedded in Java as a Swing/AWT control. I'm looking for …

java swing javafx webkit gecko
What does <meta name="viewport" content="width=device-width"> do in landscape mode on iOS?

I'm trying to understand the scaling attributes on iOS. According to Apple's Developer Docs, declaring <meta name="viewport" content="…

html ios webkit viewport
CSS Transitions with :before and :after pseudo elements

Can't seem to animate pseudo elements with -webkit-transition. The fiddle below shows what I mean when run in Chrome/Safari, …

css webkit css-transitions pseudo-element
With Capybara, how do I switch to the new window for links with "_blank" targets?

Perhaps this isn't actually the issue I'm experiencing, but it seems that when I "click_link" a link with target="_…

ruby-on-rails testing selenium webkit capybara
CSS Webkit Transition - Fade out slowly than Fade in

This is what I have: .box{ background:#FFF; -webkit-transition: background 0.5s; } .box:hover{ background:#000; } But this appends to both onmouseover …

css webkit fade css-transitions
iPhone iOS will not display box-shadow properly

The Design The contact form on a responsive design has input fields with both an inset shadow and regular outside …

ios webkit css mobile-webkit