Wednesday, May 12, 2010

Using jQuery for iPhone/iPad pinch zoom gestures

I'm trying to get jQuery to work for doing some gesturechange and gesturestart events. It seems to work well at capturing the events but the supposed e.zoom property is not there! This is endlessly frustrating. Wish I could figure out how to enable the dev console while doing apps in PhoneGap! I'm trying to use this print_r / var_dump equivalent for javascript, so far with mixed results:
http://scriptnode.com/article/javascript-print_r-or-var_dump-equivalent/


See the Apple tutorial here:
http://developer.apple.com/safari/library/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/InteractiveVisualEffects/InteractiveVisualEffects.html

No comments:

Post a Comment