WebKit is an open source web browser engine that powers Google Chrome, Apple Safari, and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian and WebOS.

learn more… | top users | synonyms

0
votes
0answers
9 views

Handling AsyncCallback<T> [ GWT ]?

I have a class which checks for action of users, validate the data and call AsyncCallBack to determine whether it's a valid entry or not. I have used the same logic in two places one when user clicks ...
0
votes
0answers
4 views

How to stop webkit adding a line break between spans, after traversing media queries?

When I'm re-sizing my webpage in chrome, there appears a line break between two spans of text that wasn't there when the page loaded, it only appears after I re-size the browser window from a width ...
0
votes
1answer
12 views

Stop flash video in WebKit using JavaScript

I would like to stop a flash video (if it is running) in WebKit browser. I thought I could perhaps use JavaScript to do that, but I don't know how to do that. Does anybody have any ideas? Thank ...
0
votes
0answers
33 views

Fully customized context menu [duplicate]

Is there a way to add any context menu to an HTML5 page (displayed by WebKit) only by means of HTML/JS/CSS? It must be a system menu, i.e. possibly out of bounds of WebKit frame (if the frame is ...
2
votes
1answer
27 views

How to tell what stage a CSS3 animation is at using jQuery?

Eg, this is my code: @-webkit-keyframes anim { 0% { -webkit-transform: translate(-100px,0px) rotate(5deg); } 50% { -webkit-transform: translate(-140px,-5px) ...
1
vote
0answers
8 views

Is there a way to inherit if OS X is using the Aqua or the Graphite appearance colour scheme?

I want focus inputs in my web browser to have the same hilight colour as native cocoa elements.
1
vote
1answer
81 views

How to use CSS (and JavaScript?) to create a blurred, “frosted” background?

I'm trying to create an iOS 7 style frosted look with HTML5, CSS3 and JavaScript which can work on webkit browsers. Technically, given the following HTML: <style> #partial-overlay { ...
0
votes
0answers
18 views

Custom combobox (select)

It is possible to customize the elements in the WebView using QSS? I'm trying to modify the style of the QComboBox is that the QWebView, but has no effect. I could only change the selector ...
-1
votes
0answers
12 views

Is Opera invulnerable to XSS?

Yesterday one of China's most popular social networks Baidu Tieba was attacked by XSS, tens of thousands of users were affected. According to a later official announcement, operations using mobile ...
-1
votes
1answer
40 views

Chrome doesn't render properly a page. It works perfectly in Firefox/IE

I'm having a problem with the layout of a page in Google Chrome (version 27.0.1453.110). This layout works perfectly in Firefox (21) and even in Internet Explorer (9), but not in Chrome. Basically it ...
0
votes
0answers
8 views

Mac OS/WebView: How to enable/disable specific plugins into a WebView implementation?

Is it possible to enable/disable specific plugins into a WebView implementation?, if yes, how? I'm aware of the setPlugInsEnabled instance method. But this one enables/disables all of them. I just ...
0
votes
1answer
11 views

how to convert a local webapp to a standalone webkit app?

I have a webapp that is designed to run locally (it doesn't need an internet connection to run, it just connects to a local websocket server). I would like to detach this app from the browser and have ...
-2
votes
1answer
45 views

How can I make a Marquee with 3D effects similar that is there in Android website? [closed]

I want to make a 3D marquee like that is there in Android Website (http://www.android.com) I realized that it's used -webkit-transform: translateZ but how can I put it to work?
0
votes
0answers
15 views

How to prevent WebKit flicker when using window.scrollTo

I have a scrolling one-pager that contains vertically stacked views which all occupy the full browser viewport. However, the presents the usability issue that when the window is resized, the scroll ...
0
votes
1answer
20 views

DOM Exception 11 InvalidStateError with webkitEnterFullscreen()

I'm using Chrome and my HTML is <!DOCTYPE html> <html> <head> <script type="text/javascript"> window.onload = function() { var vid = ...
0
votes
1answer
21 views

Android CSS webkit not lining up elements

I am trying to get some css to get some we elements to line up with css like this(How it appears on chrome): But what I get is this on devices: My Html for this element is this: <div ...
0
votes
1answer
30 views

$http doesn't send cookie in Requests

we are working on a RESTful Webservice with AngularJS and Java JSP. When the user logs in your JSP Backend sends a "Set-Cookie"-Header to the Frontend, in Angular we access the header via $cookies ...
1
vote
2answers
44 views

Redirect to the link page after the page has fully loaded

I have created JavaScript app for the iPad, where everything is web based. All pages have very much content in them, and many links. So when I click on a link, the page shows white area while it shows ...
0
votes
2answers
33 views

Overlap 2 DIVs to show colour mix

Is it possible to see an overlap of these 2 DIVs to show like this ? <div style="position:relative;margin-top:100px;width:500px;height:300px;"> <div style="background-color:rgba(23, ...
0
votes
1answer
31 views

A webkit to make html/css of a website

I remember that sometime ago there was a project of a webkit designed to, for example, if you want to put some images of you website then you can choose the options and the webkit and then just copy ...
0
votes
0answers
12 views

When WebView is added to a specific view in NSWindow, :hover stops working. How can I fix this?

If I create a WebView and add it to NSThemeFrame like so: Let window be the NSWindow instance I'm adding to: NSView * themeFrame = window.contentView; [themeFrame.superview addSubview:myWebView]; ...
2
votes
1answer
35 views

Scroll bar covering interaction element in WebKit on Mountain Lion

I have a tiny button floated to the right edge of its container, which has the style overflow-y: scroll. On Mac OS X Mountain Lion, in Safari and Chrome, on devices that have a trackpad and no mouse, ...
0
votes
0answers
21 views

continous speech recognition with Webkit speech api

i started using this browser(chrome) feature. i ve written a JS based on this , but the problem is even , it recognises the speech only once and ends . its not going continuously, i need to press the ...
0
votes
0answers
16 views

A first chance exception of type 'System.ComponentModel.Win32Exception' occurred in WebKitBrowser.dll

I'm following this tutorial: http://webkitdotnet.sourceforge.net/basics.php?p=3 I've copied it to the letter but when I go to run the application I get the following error: A first chance exception ...
0
votes
0answers
10 views

Qtwebkit cannot find reference to pthread library in ubuntu-12.04

I am trying to build Qtwebkit on Ubuntu-12.04, 64-bit. Right now I am facing errors while linking pthread library. Any idea how to resolve. I find thread library is installed. I am following the steps ...
0
votes
2answers
33 views

webkit empty td is 1px

I'm designing an html email template for my company. I am positioning text over background images using an old html table hack that looks something like this <table> <tr> ...
0
votes
1answer
12 views

Mobile Safari -webkit-background-clip: text; and/or CSS-based text gradients in mobile safari

I am getting nasty artifacts in mobile safari on both my iPhone 4S and a gen-2 iPad when trying to use -webkit css styles to get gradient text. This is the relevant CSS, applied to a text element: ...
0
votes
0answers
24 views

Soundcloud players are in the wrong place when page reloaded

I have a page with multiple Soundcloud players loaded via jquery. When the page is first loaded the players are in the correct order. If the tab is closed and reopened (using Chrome's ctrl+shift+t) ...
0
votes
0answers
33 views

how to get request header before send request with webkit/webkit.NET?

i created project http-connection(with display) via webkit. and i need to display HTTP request, response header also, but i can't find how to get header. i'm now using webkit with C#, but i can ...
0
votes
1answer
27 views

Disable Thumbnail while drag-drop on JQuery

hello stackoverfollowers, am using a jquery code to disable drag drop on my webpage (Qt Webkit WebApp) : $(document).bind( { dragenter: function (e) { e.stopPropagation(); e.preventDefault(); ...

1 2 3 4 5 143
15 30 50 per page