WebKit is an open source web browser engine that powers the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian and WebOS.

learn more… | top users | synonyms

0
votes
0answers
8 views

Escaped Unicode Character in :before{content} Not Recognized by Mobile Webkit

I am using :before{ content: "\1F4C4"; } to insert Entypo webfont icons before my links. The icons aren't loading on mobile webkit. Instead, a diamond with a ? inside shows in their place. Oddly ...
0
votes
0answers
105 views

Scrolling conflicting on Android-Phonegap

I have an issue with Phonegap on android. My screen structure like as: +++++++++++++++++++++++++++ +++++++Fixed Header++++++++ +++++++++++++++++++++++++++ ++ ++ ++ ...
0
votes
1answer
25 views

iOS styling an input type=“file”

I'm trying to style the input with css to display the same way on iOS without the default iOS input styling that it applies. <input name="t1" class="imgupload" type="file" accept="image/*" ...
1
vote
0answers
50 views

e.preventDefault() causing webkit mobile overflow to fail

I'm trying to solve a problem that's been puzzling me all weekend. On mobile webkit (Safari iOS 5.1 in, my case) I'm unable to keep the -webkit-overflow-scrolling:touch behavior working when I place ...
0
votes
1answer
38 views

Trying to get an html page to appear in its entirety in iOS simulator

I have an html page that I am trying to display via a UIWebView inside my iOS app. Everything is working fine, except I can't view the entire page on the screen. I only see the top left corner, and ...
0
votes
1answer
41 views

100% width not consistent on mobile webkit - Apple devices only

I'm working on a webpage for a client and I'm creating a mobile responsive version for them. I've worked through most of the website, however, upon loading my 'Services' page, there is an eyesore of ...
-1
votes
3answers
57 views

touch scrolling without scroll indicator. Possible?

I'm worried that the short answer to this question is NO. But before I accept this fate I'll attempt a last ditch effort. Usability concerns aside, is there any way I can do a div overflow for ...
0
votes
2answers
136 views

label click event not working with Check box jquery in some android OS

Here is a Html page where i am using jquery and css with phonegap and implementing the UI , However this code is correctly working on webkit of Andorid OS 4.x version while the check while the ...
1
vote
2answers
2k views

“-webkit-overflow-scrolling: touch” causing vertical scrolling problems on mobile

I am in the process of making a responsive mobile website. When testing on my phone, I noticed that I couldn't scroll vertically past something that could be scrolled horizontally. Here is an example ...
0
votes
2answers
70 views

Javascript not loading in the webview for android

I am trying to write an hybrid app for android. In this app I am trying to load jquery and bunch of other frameworks. All the javascripts are located in the assets folder. Now the problem is that when ...
1
vote
1answer
256 views

How to remove white border around image on mobile webkit?

On desktop Webkit, my image displays fine with no problems. When viewing it on mobile Webkit (iPad iOS 5 for example), a glaring white border appears. I am using background-image and background-size ...
0
votes
3answers
53 views

what is does mean of webkit? what it makes chrome webkit browsers [closed]

Can any one help me to understand about webkit. What is mean by webkit? What does it make chrome or safari a webkit browser? What is the difference with mozilla ? Thanks in advance.
1
vote
1answer
152 views

Divs not taking up full page height in Safari for iPhone & iPad

I've been having trouble getting my page elements to fill up 100% of the viewport height in mobile Safari (iPhone and iPad). I have an element which contains my page elements set to 100% height (as ...
1
vote
1answer
197 views

Disable Android Browser's (WebKit's) input focus glow

I'm trying to style inputs for a webpage. When the webpage is viewed on Android 4.0.4 default browser, focusing on an input applies a blue glow. Idle: http://i.stack.imgur.com/HyE2A.png Input ...
0
votes
0answers
99 views

REM and mobile Webkit

I'm coming across with a frustrating issue that only seems to occur on mobile webkit (and as far as my testing shows, Android ICS works properly). Here's a screenshot of it in Firefox and from my ...
2
votes
2answers
1k views

-webkit-overflow-scrolling:touch and 'Tap status bar to scroll to top'

This response is currently listed as the accepted answer to its parent topic, but it appears to be incorrect. Since I don't have enough reputation to comment on an answer, I want to point out the ...
2
votes
0answers
101 views

Interrupting chained animation in SVG (using Webkit)

I am using SVG to display chained animations (each path automatically starts when the previous path is complete) and managed to make it work fine. I even worked in a 'refresh' element that resets the ...
3
votes
1answer
161 views

Is there a way to get iPad re-render a web page after rotating?

We have a website that has gaps appear between elements when displayed on an iPad, after the device is rotated. The gaps disappear again if the page is refreshed. Found this question on here which ...
0
votes
1answer
180 views

Optimisation Rendering Webkit with GPU Acceleration

I develop a small application to test CSS3 and translate3d. The idea is to render several DIVs moving randomly on the screen. It's kind of particle system, I know I could probably use WebGL or Canvas ...
1
vote
2answers
258 views

How do I debug a mobile Safari crash that works on iPhone 5, but not 4S

I'm not even sure where to begin. Page loads fine on my 5, but not my 4S. Instead it crashes the browser to the home screen. Without sharing the specific URL, can you point me in the right direction ...
1
vote
2answers
151 views

Allow only numbers and colons in Safari and Chrome on iOS

I am using the following code to prevent certain characters from being entered into a textbox. It works fine except for Chrome and Safari (webkit mobile?) on iPads and iPhones. Works fine on Macs in ...
0
votes
1answer
55 views

iPad safari bookmarklet - why does it require 2 taps?

I have a bookmarklet like this: ...
1
vote
0answers
206 views

WebKit Mobile Browsers: Any difference between Android and iPhone

I've got an issue that I'm trying to get to the bottom of and I can't seem to find an appropriate answer. Our mobile website - currently in test - uses a 3D Secure iframe. Our tests have confirmed ...
0
votes
1answer
304 views

How to make outer div with border-radius to cut off inner div

This is the demo(works only in webkit browsers) Demo I have an outer div, which have rounded corners on all four edges. I have a ul list inside it . The list is made to scroll with iscroll. The ...
0
votes
1answer
149 views

Photo uploads using iOS6 WebKit, processing is unresponsive

Since iOS6 now supports photo/video uploads, I thought to use it in my mobile app. A problem is occurring where neither a photo or video are uploaded to the designated folder provided by the upload ...
3
votes
0answers
144 views

How to prevent artifacts from appearing in Webkit when scrolling the page after stopping CSS animations

Under certain conditions I have to stop CSS keyframe animations. If I scroll the page afterwards, I tend to receive artifacts on the screen. They appear where the div which I stopped was before ...
0
votes
1answer
179 views

CSS3 transition on iOS devices (iPhone / iPad): applying opacity transition the DOM object flashy

I have a simple IMG inside of a DIV. With JavaScript, I apply a transition to DIV element: <div style="transition: opacity 0.8s linear; opacity: 0.5;"><img src="..." /></div> When ...
1
vote
1answer
162 views

jquery .change() event not firing on iPhone

I'm having issues getting a jquery .change() event to fire in an Iphone. Code is similar to the following: var checkboxes = $('#someelement').find('input[type=checkbox]'); ...
0
votes
1answer
273 views

How to enable user select in a readOnly html element on iPad safari? [duplicate]

Possible Duplicate: Having an uneditable, but selectable textbox I have an HTML element in my web page on iPad and it must be read only to prevent users updating the content,using ...
0
votes
1answer
204 views

CSS Transition: Fix a div's right edge position while translating the left edge

I'm trying to animate a DIV using CSS3 transitions. The example DIV is: HTML: <div class="element"></div> CSS: .element { -webkit-transform: translate3d(0,0,0); ...
0
votes
0answers
141 views

How are resources cached with iOS WebClips?

I have a mobile website which will be used primarily as a web-clip on iOS (adds an icon to the home screen). Through some observation, it appears that when task-switching, or closing/opening the app ...
2
votes
2answers
887 views

what is difference between phone gap and mobile web site?

I am new to phone gap. I want know what is difference between phone gap and mobile web site. I have goggled for this, But i did not find any proper solution. Can any explain this or provide some ...
0
votes
1answer
139 views

How to handle exceptions with trigger.io

I am using Trigger.io to with Catalyst for debugging. It appears that javascript exceptions thrown in the app do not bubble up to Trigger.io's Forge output messages. I tried to alleviate this problem ...
0
votes
0answers
40 views

How is the scrolling in mobile browsers (touch) different from desktop browsers?

I know scrolling works differently on mobile devices since they don't fire the scroll event right away. What else is different? Where can I learn more about it? I want to know if it has any other ...
4
votes
0answers
2k views

Android 2.3 Browser Fails to Render some CSS3 2D Transforms

I'm having trouble getting CSS3 2D Transforms to work in Android 2.3 with any browser that uses the default webkit engine (e.g. default browser, Dolphin HD, Amazon Kindle Fire Silk browser, etc). The ...
0
votes
0answers
80 views

How does mobile webkit dynamic text resizing work?

I am researching how the text resizing algorithm on mobile webkit works, in hopes of replicating the algorithm using Javascript on a desktop browser. I haven't found any literature on how it works ...
0
votes
0answers
232 views

Limit webkit-overflow-scrolling

I have a div that needs to scroll horizontally. This works fine without -webkit-overflow-scrolling, but I don't get the native bouncing on the iPhone. It only scrolls horizontally, not vertically, as ...
11
votes
6answers
3k views

Mobile Webkit reflow issue

I've been experiencing an issue in mobile versions of webkit (specifically Webkit 534.46 on iOS 5.1.1 as mobile Safari, and now Chrome for iOS) which doesn't happen on any desktop browser that I've ...
2
votes
1answer
282 views

webkit overflow scrolling touch conflicts with webkit transform

It seems like applying a webkit-transform property on an element or it's parent that has webkit-over-flowing-scrolling: touch completely breaks the scrolling in that scrolling doesn't work at all. ...
5
votes
1answer
620 views

Setting -webkit-perspective blurs ipad3 screen

Setting the webkit perspective CSS property on an iPad3 make child elements render very blurry , like images render if they are for non retina displays. To be clear I am not talking about images ...
12
votes
1answer
4k views

iPhone iOS will not display box-shadow properly

The Design The contact form on a responsive design has input fields with both an inset shadow and regular outside shadow. See image below. The Code input { background:#fff; height:auto; ...
1
vote
2answers
1k views

CSS animation visibility: visible; works on Chrome and Safari, but not on iOS

In Chrome (19.0.1084.46 m on WinXP) and Safari (5.1.7 on OS X 10.7.4), this fiddle http://jsfiddle.net/Vkpwm/ works; clicking on the google image shows/hides the green div, but when loading it on my ...
2
votes
2answers
1k views

How to make this button is CSS with Angled , Drop shadow, Inset shadow with flexibility in width

How to make this button is CSS with Angled , Drop shadow, Inset shadow with flexibility in width? I've tried to make it here http://jsfiddle.net/jitendravyas/6RsnN/ but don't how to give angle to ...
3
votes
1answer
119 views

Debugging in Android Webkit: unhelpful exception

I'm debugging a web app on an Android phone running webkit (browser listed as "Webkit 3.1"). I'm using weinre to view the console, where I'm logging debug information. The log messages from Android ...
6
votes
1answer
238 views

OpenLayers latitude inaccurately captured in Webkit Mobile browsers

I am programming a page with a Map where I need to capture the location of the Tap/Click on a map and store the coordinates. I am using OpenLayers js. On desktop browsers (IE/FF/Chrome), this is ...
0
votes
1answer
1k views

Media Query, doesn't work on Mobile browsers and Chrome

I'm having problems with the @media of my website in the CSS styles, currently when i test my webpage in fire fox everything works fine, even when scaled down to 450px (i think this is how far i can ...
0
votes
0answers
399 views

Scale proportional the whole div/site to fit screen with webkit

I've this situation: http://jsfiddle.net/neko/CTA4C/7/ (images are just for reference) HTML: <div id="container"> <div id="lady"> <img ...
0
votes
1answer
176 views

minify sencha js is not working in webkit browser in tablet

i am new in sencha development and facing a problem in js. minify sencha 2 js is not working in webkit browser in tablet and mobile can anyone help me on it. is there any way to debugging sencha js ...
0
votes
1answer
70 views

How to prevent mobile devices to play video outside the browser?

I've embedded an mp4 file using the html5 tag. But when I play the video in the native of a mobile device, it opens the video in a separate video player, playing it fullscreen. How can I prevent this ...
1
vote
0answers
169 views

Is it possible to flip a div with css3 on an android

On IOS or chrome a div will flip if i call a keyframe like this one: @-webkit-keyframes flip { 0% { -webkit-transform: rotateX(0deg); } 100% { -webkit-transform: rotateX(90deg); } } But on an ...

1 2 3