Skip to content Skip to sidebar Skip to footer
Showing posts with the label Webkit

When Is A Webpage Considered To Be "loaded", In The Presence Of Js Etc

Information: I have no knowledge of javascript. none. I'm curious if there's any way to det… Read more When Is A Webpage Considered To Be "loaded", In The Presence Of Js Etc

Safari Native Code

Is anyone familiar with Native Code in OS X Safari (Version 3 and WebKit)? I'm using Javascript… Read more Safari Native Code

Javascript: Webkitisfullscreen Property Ie Equivalent

According to this documentation, Internet Explorer does not support something like webkitIsFullScre… Read more Javascript: Webkitisfullscreen Property Ie Equivalent

How Emulate Real Size Dimensions In Css/javascript

I need to display an object with its real size on a web app. If an object has 85mm width, so should… Read more How Emulate Real Size Dimensions In Css/javascript

Jquery Returning Different Heights For The Same Objects In Webkit (chrome) And Firefox

Im perplexed by this one. jQuery.height() is coming back with different values in Firefox and Chrom… Read more Jquery Returning Different Heights For The Same Objects In Webkit (chrome) And Firefox

How To Save Webpage In Qt Webkit As "save As Complete Webpage"

I need to save web page using Qt WebKit similar to 'Save as complete webpage'. Following ar… Read more How To Save Webpage In Qt Webkit As "save As Complete Webpage"

X-webkit-speech: Onwebkitspeechchange Is Not Reseting The Value

I'm trying to reset my input value with onwebkitspeechchange event so that only speech text rem… Read more X-webkit-speech: Onwebkitspeechchange Is Not Reseting The Value

How Do I Get All Supported Css Properties In Webkit?

In Firefox, Opera and IE I can get them via: >> for (k in document.body.style) console.log(k)… Read more How Do I Get All Supported Css Properties In Webkit?

Jquery Css Rendering - Works In Firefox, Not In Chrome

I'm using a jQuery slider to adjust the padding of a DIV containing paragraph text. As I increa… Read more Jquery Css Rendering - Works In Firefox, Not In Chrome

Memory Leak When Using Wkscriptmessagehandler

Not sure if I hit a bug in WebKit or I am doing something horribly wrong, but I can't figure ou… Read more Memory Leak When Using Wkscriptmessagehandler

Css3 Transform Animation Doesn't Render So Well In Safari/uiwebview

I'm developing an HTML5 app for mobile/touch device deployment and are utilising PhoneGap and o… Read more Css3 Transform Animation Doesn't Render So Well In Safari/uiwebview

Save Images After Using Css Filter

I'm building a new website that will let users apply filters to images (just like Instagram). I… Read more Save Images After Using Css Filter

Get Sent Headers In An Xmlhttprequest

Trying to get the Request headers from the XHR object, but with no luck, is there a hidden method o… Read more Get Sent Headers In An Xmlhttprequest

Detecting Physical Screen Dimensions Of Webkit Devices In Javascript

I'd like to categorize devices by screen width in client-side JavaScript code All devices fitt… Read more Detecting Physical Screen Dimensions Of Webkit Devices In Javascript

Proper Touch Button Behavior For Mobilesafari

MobileSafari as a rule has incorrect HTML button behavior (incorrect meaning: 'not like an iOS … Read more Proper Touch Button Behavior For Mobilesafari

Horizontal One-page Site: Mobile-webkit Scrolling & Swiping Issues

Here is a basic demo of what I'm working with: http://jsfiddle.net/3N8wY/9/ Issue #1 If you vie… Read more Horizontal One-page Site: Mobile-webkit Scrolling & Swiping Issues

Back Button On Safari/webkit Loading A Page From Cache Instead Of A Fresh Copy

I am having problems with regard to a 'strange' behaviour of Safari/Webkit on Mac OSX syste… Read more Back Button On Safari/webkit Loading A Page From Cache Instead Of A Fresh Copy

Style Behavior Difference Between Webkit And Gecko

I was working on a web application when I noticed some peculiar behavior. I have an element with st… Read more Style Behavior Difference Between Webkit And Gecko

How To Remove Or Reset Css Style Using Js?

I want either remove or reset a style applied on a particular DOM node using JS. node.s… Read more How To Remove Or Reset Css Style Using Js?

Hide Address Bar In Ipad

I know you can hide the address bar on iPhone/iPad/Android using the window.scrollTo thing. However… Read more Hide Address Bar In Ipad