Questions tagged [mobile-webkit]

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

Although is relatively popular on the desktop, it positively dominates the mobile browser market. It powers the following browsers and operating systems:

  • Mobile Safari
  • Google Chrome
  • Android default browser (simply called "Browser")
  • BlackBerry 6 browser
  • WebOS operating system
207 questions
0
votes
1 answer

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 to have better performances but I also want it to…
0
votes
1 answer

iPad safari bookmarklet - why does it require 2 taps?

I have a bookmarklet like…
tim
  • 3,823
  • 5
  • 34
  • 39
0
votes
1 answer

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 problem is the list's li items without border-radius is…
syed imty
  • 1,018
  • 1
  • 9
  • 27
0
votes
1 answer

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 script. Not sure what I am doing wrong. Here's what…
user893246
0
votes
1 answer

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:
CSS: .element { -webkit-transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 2s linear, width 2s linear; position:…
Dan Smart
  • 1,042
  • 1
  • 10
  • 14
0
votes
1 answer

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 by using an on error handler like: window.onerror…
kevzettler
  • 4,783
  • 15
  • 58
  • 103
0
votes
1 answer

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 scale down before it stops). However when testing…
0
votes
0 answers

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:
Click me! …
Leonardo Gandini
  • 238
  • 1
  • 15
0
votes
1 answer

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 in webkit browser in tablet. Thanks
MANISHDAN LANGA
  • 2,227
  • 6
  • 29
  • 43
0
votes
1 answer

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 from happening?
Diederik
  • 377
  • 3
  • 13
-1
votes
1 answer

Continuous JavaScript Scroller

Continuous JavaScript Scroller I have below script which is working on next and previous click. There are about 1 to 3 div for which I have added this JavaScript to flow from left to right and vice versa upon the next and previous button action. I…
user504023
  • 553
  • 1
  • 7
  • 12
-2
votes
3 answers

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 webkit mobile where, when scrolling, I do NOT see the…
tim
  • 3,823
  • 5
  • 34
  • 39
1 2 3
13
14