0
votes
1answer
9 views
CSS3 Resize in Webkit/Safari
I'm attempting to use CSS3's resize to make an absolutely positioned div resizable in Safari and Firefox Beta. No matter what I do I can't seem to make it work – are there situations that resize …
0
votes
0answers
19 views
Using local path with WebView (Webkit)
Hi!
I'm trying to use Gtk port of Webkit. All works fine. But when I'm using local path in src attribute to load image from my HDD (src="file://...") I'm getting the next warning in console:
not …
0
votes
1answer
41 views
Webkit browsers not fully rendering background-image
I've got a simple webpage with a centered background image around the main div. The background image renders fine in IE and Firefox, but on Webkit-based browsers (Chrome, Safari), the background image …
-3
votes
1answer
67 views
How to use sql lite database with I Phone? [closed]
How can I use the database sql lite with I phone application? The use of database and connection to the I phone Application.
0
votes
1answer
62 views
Linking with .so files (webkit)
Hi,
I'm trying to create a program that uses some of the code from WebKit/GTK+. Specifically, I want to load a string, use WebKit's parser to construct a DOM tree and then iterate over that tree.
…
1
vote
1answer
38 views
Android Webkit in background
Is there a way to get webkit running in the background , or even small enough for the user not to know that the webkit browser is running? Basically i want to use this to have java and javascript …
0
votes
2answers
24 views
Can I access keychain from a webapp (javascript) on the iPhone ?
The question is pretty much in the title ;-)
Do you know if there is a webkit API for reading/writing from the iPhone keychain ? That is, I would need to access the keychain from a webapp.
Thanks in …
4
votes
2answers
175 views
Droid browser causing havoc on my site
I have a mobile-optimized site that uses a pretty simple trick of serving a different page based on browser width. This worked great until the Droid came along, with its very high pixel density …
0
votes
1answer
21 views
HTML Printing using Gecko or Webkit engine
Is there a way where I can directly print html file or url without invoking any dialogs in .NET?
0
votes
0answers
35 views
Z-Index div hover overlay issues with [windows] Webkit (Safari, Opera, etc)
Edit: This ONLY occurs on Windows Webkit, does not occur on Macs
I am trying to set up a grid with fixed sized cells with a background image. When you hover, the background image and height of cell …
4
votes
4answers
83 views
iPhone Safari Web App: Seeking overview of iPhone-specific features
I am trying to get an overview of what kind of native iPhone features I can get access to when I write a Web App (using html/css/javascript, running in Safari).
Meaning: I like to know whether I can …
0
votes
1answer
21 views
How to enable cookie support with pyWebKit?
The documentation for pyWebKitGTK is pretty scarce. I've looked through their python .def files but they don't seem to contain the words cookie, session, (lib)soup or (lib)curl.. so maybe it isn't …
2
votes
1answer
60 views
Really quick and dirty solution for embedding webkit in a Swing UI?
Hi,
I am looking for a really quick and dirty solution for embedding webkit in a Swing application.
What I am looking for is a way to implement a panel that contains a webkit browser running some …
1
vote
1answer
43 views
Is it possible to enable the WebKit JavaScript Inspector in mobile web browsers?
I would love to use the Web Inspector development tools that come with webkit on a mobile browser. Does anyone know if it is possible to enable web inspector on say the Android web browser ??
0
votes
0answers
24 views
How to access images loaded from css in Qt Webkit (java)
Hi,
In Qt WebKit you can call QWebFrame.renderTreeDump() to see the render tree. For images in html
<img src=...>
you get something like:
RenderImage {IMG} at (0,0) size 174x71
However, …
