Discuss clunky zoom within webapp at the Web Applications - Hackint0sh.org; i am creating an artsy sort of web app, where the user will be using ...
-
clunky zoom within webapp
i am creating an artsy sort of web app, where the user will be using the two-finger zoom to look at the content. but it feels clunky. the zoom stutters, there's no nice smooth flow, even when i am on a fast wifi connection. my .html page plus the nine black-and-white gifs within come to about 40Kb total.
does zooming just suck in web apps, because presumably most web apps wouldn't want to use it? is my page weight too big? i've got my images and code down as small as i can go.
thanks in advance for helping a noob,
aya.
-
-
Professional
Array
The issue is that the two-finger pinch/pull animation is already hooked by MobileSafari. Therefore you're just zooming into the image using MobileSafari rather than using your webapp.
The reason the zoom is clunky is because MobileSafari rerenders the image when you finish zooming, not dynamically.
Welcome to one of the many reasons why Webapps suck for the most part.
-
Similar Threads
-
By Chrilith in forum Web Applications
Replies: 1
Last Post: 01-08-2013, 05:30 AM
-
By DommasBiG in forum Web Applications
Replies: 1
Last Post: 12-14-2009, 10:16 PM
-
By DJ McG in forum Web Applications
Replies: 8
Last Post: 08-07-2008, 12:02 PM
-
By Chrilith in forum Web Applications
Replies: 0
Last Post: 07-15-2008, 10:00 AM
-
By Chrilith in forum Web Applications
Replies: 4
Last Post: 05-10-2008, 10:37 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks