i\'m building a iphone app with jqtouch and i use a cachemanifest to cache all the static files (images, css, javascript) to make it load faster. However the page uses php for the dynamic content and
I have a nascent bridge scoring app that is meant to be stored locally on an iPod touch/iPhone (iPad? Would probably be fugly...)
For creating an offline version of a bunch of link开发者_开发百科ed web pages I use an app.manifest-file that lists all the web pages for offline caching.
I\'m trying to figure out 开发者_如何学Chow to change an embedded web page when the user rotates their phone from portrait to landscape mode - basically to load a view that is better suited to the wid
I am trying to get a nice Spinning Wheel working within my webapp. However, I keep receiving an error within Mobile Safari that the variable \'blabla\' cannot be found.
Here\'s my situation; I\'ve built a very simple web app that looks up a users location and plots it on开发者_C百科 a Google map.
I need to determine a person\'s location within 50m.I\'m wondering if I should use navigator.location.watchPostion() or call getCurrentPostion() over and over again.watchPostion() is the proper W3C AP
I want to inte开发者_运维问答ract my Iphone application with a php website having MySQL database.