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
4
votes
0 answers

Icon font rendering terribly on chrome

I'm using an icon font which renders perfectly on firefox and safari, but very poorly on chrome. I've played with the -webkit-font-smoothing properties but no to effect. Chrome (v56 osx): Safari: Firefox Css @font-face { font-family:…
benc
  • 1,978
  • 3
  • 15
  • 22
4
votes
0 answers

-webkit-scrollbar styling on an iframe not working

Trying to change the colors of the scrollbar on this iframe isn't working. It seems to be because it is an iframe, because this demo on webkit scrollbars breaks when a div is changed to an iframe. So, is it something that can't be done with CSS in…
kim holder
  • 1,744
  • 3
  • 16
  • 25
4
votes
1 answer

JavaScriptCore in WebKit2Gtk with C?

I am having trouble getting the JavaScriptCore to work with WebKit2Gtk. In my C application I am using WebKit2Gtk as a frontend for my application which I want to be able to access C functions. There are a couple of examples with WebKitGtk (not the…
Jan
  • 163
  • 14
4
votes
1 answer

How to debug webkit crash log in iOS

We got crash log like this(Only crash on iOS 9): Crashed: com.apple.main-thread EXC_BAD_ACCESS 0x00000000815fe0fd And detail Crashed: com.apple.main-thread 0 WebKit 0x281aa862…
Leo
  • 24,596
  • 11
  • 71
  • 92
4
votes
3 answers

iphone safari not showing scroll bars

I have a web page with
coure2011
  • 40,286
  • 83
  • 216
  • 349
4
votes
3 answers

Android how to sniff screen size from webkit browser?

The webserver wants to get info like screen size from each mobile handset that browses a webpage. The Javascript functions screen.width and screen.height return wildly inaccurate values. Is there a way for the webserver to detect the screen size of…
Peter vdL
  • 4,953
  • 10
  • 40
  • 60
4
votes
3 answers

Applying css class with webkit transform does not work in Safari or Chrome

I'm applying this css class: .turn90{ -moz-transform: rotate(90deg); /* FF3.5+ */ -o-transform: rotate(90deg); /* Opera 10.5 */ -webkit-transform: rotate(90deg); /* Saf3.1+, Chrome */ filter: …
Paul Riedel
  • 419
  • 3
  • 8
  • 19
4
votes
3 answers

webkit scrollbar with transparent background

I have a little list with content, that I want to make with max-height and scrollbar, but there is one problem. I want to make it a custom scrollbar. There's is my JSFiddle. I can't set a transparent background and track color There is my Scrollbar…
eatmailyo
  • 670
  • 1
  • 12
  • 33
4
votes
4 answers

UIWebView VS WKWebView to load local html

i create a html string with 500 p tag with timestamp in it i use UIWebView and WKWebView loadHTMLString:baseURL: to load it,and wkWebView is slower about 50% than UIWebVIew. why? UIWebView:0.1681529879570007 WKWebView:0.3913570046424866
dequan1331
  • 41
  • 1
  • 6
4
votes
1 answer

WKWebview javascript works on simulator but doesn't work on device if the view isn't on the screen

I'm using a WKWebview to run javascript scripts. I am not using JSContext et.al since I need the javascript context to be able to perform XHTTP requests which aren't possible with JSContext alone. This view is not added to the view hierarchy and I…
Avba
  • 14,822
  • 20
  • 92
  • 192
4
votes
3 answers

Why Chrome does not show CSS ::-webkit-scrollbar scrollbar for iframe?

Why Chrome does not show CSS ::-webkit-scrollbar scrollbar for iframe? Demo http://jsfiddle.net/laukstein/C9s3P/