webkit

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 cannot be used? ...

css Hover problem in chrome and safari

This is the site which has a problem http://www.clubforeducation.com/ Top menu will change its color at mouse over. All browsers except chrome and Safari. Is it a Webkit bug. If that how can i solve this? ...

Float issue with jQuery/javascript and WebKit

Hi, I'm having a problem related to WebKit: http://demo.frojd.se/webkit/index.html When you click "Menu item 1" it shows it's children. This renders fine in Firefox 3.5, IE8 and in Opera 10. In WebKit-browsers (Safari 4 and Chrome 3) it doesn't. However, if I preset all the different classes and css-settings in the html, it renders co...

Detect closing of mobile Safari

I'm building a WebApp which uses video server push with: <img id="vidsrc" src="video.cgi"/> It works. And when saved as a WebApp using "Add to Home Screen" closing the app does as expected and stop receiving the server push. However when running in mobile Safari, only closing the page will get it to stop. What I'm trying to figure ou...

jQuery validation plugin - not setting focus in Webkit browsers

Hi all, Hope you can help.. am using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ in an ASP.NET MVC project on an address entry form. I'm really trying to find out whether there is some kind of conflict between the Validation Plugin and webkit browsers (e.g. Safari, Chrome), or between jQuery and webkit browsers, befo...

Why don't Google Group pages load in a WebKit Iframe?

In Chrome and Safari, the following loads as a blank frame. <html> <head> <title>Iframe Test</title> </head> <body> <iframe src="http://groups.google.com/group/websync"&gt;&lt;/iframe&gt; </body> </html> Yet the direct URL works fine. What gives? ...

Looking for resources about asp.net development for mobile phones

I'm looking for any kind of resources about the development of ASP.NET (MVC) web applications for mobile phones (especially phones with webkit-based browsers). As an example, I know about the jQTouch javascript-framework which is mainly targeted at iPhone development. Are there any other frameworks, articles, best-practices, etc. which...

Is there a way to programmatically download a web page, for offline viewing, using WebKit?

What I'd like to be able to do is download any web page, and be able to view it offline. It seems like html WebKit views cannot be converted to PDFs (on the Mac, you could 'print' a PDF, but that isn't possible on iPhone?). So, the only way is to save the actual resources - save the html, the step thru each image, css, js file and save...

Disable a WebKit WebView

Is it possible to disable all user interaction with a WebView, apart from scrolling? I want the user to be able to see the page (and possibly select things), but not click links/right click/refresh/focus form fields/trigger UI DOM events (onclick etc). I see on this question I can disable right click and selection, but that doesn't help...

is there an alternative to DOMAttrModified that will work in webkit

I need to leverage this DOM event. IE has onpropertychange, which does what I need it to do also. Webkit doesn't seem to support this event, however. Is there an alternative I could use? ...

Force spell check on a textarea in WebKit

I'm creating a browser based QC/data entry app that will let people edit OCRed files, which naturally have tons of errors. Chunks of data are put in textareas so they can be checked, but the red underlines only appear when the user manually puts the cursor in a misspelled word. Is there a way to force WebKit to add the little red spell ...

HTML line wrapping w/ punctuation

I have some content that uses multiple punctuation marks in a row: "...what road?, others are roads..." WebKit likes to break this between '?' and ',' Is there any way to prevent this? ...

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 = document.createEvent('KeyboardEvent'); evt.initKeyEvent("keypress", false, true, null, false, false, shift, false, keyCode(key), key.charCodeAt(0)); ...

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 attached a stylesheet (see below) to the document. In the case below, the text within the first "thing" element is displayed in magenta. This...

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 table is 100% and by the user resizing the columns) to less than the content and the content get truncated (hidden). Also somehow I'd like th...

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 registers a handler for custom URI (appuri://) on the Phone. I am able to launch the application by making a link to "appuri://act/launch" fr...

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 id="DontTouchMyHTML">8211812</div> After: <div id="DontTouchMyHTML"><a href="tel:8211812">8211812</a></div> So i added the magical meta fix for IE...

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 item is going to the right of the list rather than the left. I can't seem to fix it. I've tried overflow:hidden, I've tried list-style...

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 at all and degrades gracefully to one big column instead. Does anyone know of any decent workarounds for this issue that doesn't involve b...

Webkit AJAX oddity?

Hi If you load this page https://www.moneysupermarket.com/loans/preapply.aspx?loansid=617&amp;producttypeid=1&amp;callingpageid=117&amp;sponsored=False&amp;channelplusid=0&amp;advertsid=0 You should see the 3 input boxes under Calculate your LTV. If you enter 3 values, such as 100000,10000,10000 and then click calculate you should se...