Hey hey, I have a mobile page that isn\'t working in Safari - it works perfect in desktop browsers, and on Android and BlackBerry. I have a features area on the page. I want to avoid using JS (as some
any good framework I can use to listen for touch, swipes and pinch actions? Ideas wou开发者_如何学Cld be awesome! =)You can use jqTouch.Check out http://www.sencha.com/. It seems pretty cool.It\'s
I have designed a website with a menu that is initially invisible. When the user clicks on a button, the menu becomes visible. There are two ways for the user to hide the now visible menu:
I know开发者_开发知识库 this has been asked but I\'m still confounded. I\'m trying to build a dead-simple page for the iPhone: logo at the top, phone number, address, and a BG that takes up the entir
I am running into a bit of a problem in debugging a web application for mobile safari.The web app is a front-end for a fairly complex server-side simulation tool.The overview of how the web app works
Are there CSS or other reasons why Safari/iPhone would ignore s开发者_开发问答ome font-size settings? On my particular website Safari on the iPhone renders some font-size:13px text larger than font-si
Hey this question is pretty general, but I\'m wondering what the Javascript differences are in Mobile Safari and Safari for Mac.
OK, I\'m having some issues with my site\'s mobile stylesheet on the iphone. I reworked the styleshe开发者_如何学Cet to be similar to what http://m.facebook.com give the browser, only I\'m getting an
I\'m writing an offline app for mobile Safari. I have just gotten to the point where it will create the app icon on the home screen and function offline开发者_如何学C.
I have the following code NSURL *url = [NSURL URLWithString:@\"workingUrl\"]; [[UIApplication sharedApplication] openURL:url];