I\'m working on a mobile site for the iphone. I\'ve added a cache manifest and loaded it with a list of resources needed for offline capability. The manifest file has the correct content type. You can
I found out that when I browse my site in Android\'s default browser, the site is loaded without the design defined in the css file.
I\'m designing a client side script that will read an XML file and display it, like this: var xmlDoc = new ActiveXObject(\"Microsoft.XMLDOM\");
So I\'m working on a mobile site that has some videos on it.I am using the provided YouTube API for switching between flash and HTML5 on different devices, but I am using custom thumbnails for those f
I\'m developing an app using jquery mobile, phonegap and openDatabase. When the app is executed, I can see in the console of Safari browser the SQLResultSet with this message:
Do i need to specify CSS for media=\"handheld\" and use of CSS media queries media=\"only screen and (max-device-width:xxxpx)\"if I\'m making a simple mobile site for iph开发者_如何学编程one, android,
Should we consider iPad as a hand-held/mobile device , when we make website for smart-phones like ip开发者_开发问答hone, android, Blackberry, Windows Phone?
I have used the info in this great post How do I associate file types with an iPhone application? to get my app launching from Mail with both mydoc.fooand the compressed version mydoc.foo.zip which au
I am coding a web app (for iPad) that uses the event webkitTransitionEnd. I want to call back a function when the second transition is ended. The rea开发者_JAVA百科son why there are two transitions i
How can I use 开发者_C百科JavaScript to set the zoom level on mobile safari?[UPDATED] It seems that you want to capture double taps in mobile Safari. You could do that by handling the touchend event,