1
vote
1answer
7 views
Image from WebView dragged onto IKImageView
I have WebView where I load content of webarchive. In the same view I have IKImageView outlet. Image drag n drop from web view onto image view doesn't work for me.
What is weird, it works when I drag …
0
votes
1answer
16 views
jQuery, $.load doesn’t work in webkit and opera?
Hello,
I'm trying to load an external document using jQuery, $.load call. It seems to work in IE6, IE8 and Firefox 3.5, but it doesn't work in Opera and Webkit browsers (Chrome and Epiphany)... all …
5
votes
1answer
83 views
How to embed WebKit into my C/C++/Win32 application?
The solutions I have found are irrelevant:
someone used WebKit in a Delphi project
someone used it with Java
there is QtWebKit (about:blank demo app takes 44 megs)
.Net port of it
GTK+ port
I need …
0
votes
0answers
8 views
Webkit AJAX oddity?
Hi
If you load this page
https://www.moneysupermarket.com/loans/preapply.aspx?loansid=617&producttypeid=1&callingpageid=117&sponsored=False&channelplusid=0&advertsid=0
You …
0
votes
1answer
23 views
Workaround for css3 multi-column image bug in webkit?
There's a known bug in webkit, where it cut's up images that happen to span multiple columns. Firefox gets it right and I don't give a rats ass about IE as doesn't know how to render multiple columns …
0
votes
1answer
31 views
Webkit browsers pushing a bullet to the right.
The website that I'm currently working on is having a few issues with Webkit browsers (Chrome, Safari, etc.)
One of those issues is that I have a bullet list that is displaying strange.
The top bullet …
2
votes
1answer
22 views
Disable webOS Phone Links
I once had a problem where Safari for iPhone would add phone links to my HTML. This would break my code because it depended on the text value of <div id="DontTouchMyHTML">.
Before:
<div …
1
vote
1answer
20 views
Detect Installed Application URI Handler on Webkit browsers
Guys,
I have a question mainly related to the Iphone web browser but I am hoping the same solution would work on other browsers that are webkit based.
I have a application (Iphone + Android) that …
0
votes
0answers
56 views
HTML Table with Fixed header, Resizable Columns and can size to less than the content width
Hi.
I'd like to include a table in my web application thing that has a fixed, styled, header AND resizable columns AND to be able to resize the columns (both by when the browser is resized as the …
1
vote
2answers
231 views
webkit float issue
I have some problem where i set 2 floated div elements, one of div contain select element, when the page loaded the divs didn't have the problem, but as soon i click on of the element(s) on select …
0
votes
1answer
305 views
Running webkit nightly: complains of missing JavaScriptCore.dll
Hi,
On windows XP, I
1. Installed the Safari Windows 4 beta
2. Download the webkit nightly build
3. run the run-nightly-webkit.cmd which is part of the download.
This used to work fine, eg nightly …
0
votes
2answers
37 views
styling XML (not HTML) with javascript & css after rendering in browser
Hi, I'm using a webkit browser (safari), so this question is specific to webkit.
I have safari rendering an XML document (it's not HTML). In order to style certain sections of the document, I've …
0
votes
1answer
84 views
Is there a public specification of WebGL anywhere?
It seems the Khronos group is fairly closed when it comes to releasing early specs for WebGL to the public.
Does anyone know of a resource to keep up to date on API changes?
The only thing I can …
0
votes
1answer
39 views
Firing a keyboard event on Chrome
I'm trying to fire a keyboard event to a page using javascript on Chrome.
I had an approach that used to work on Firefox:
pressKey = function(key, shift) {
var evt = …
6
votes
4answers
265 views
I think I found a bug in WebKit (or jQuery), can others confirm?
I believe I have found a bug in WebKit. It involves outerWidth(true) (and I assume outerHeight(true) ) in jQuery.
In every browser but Safari and Chrome, the third box is 200. In Safari and Chrome, …
