Is it possible to recognize touch events on the iPad’s Safari browser using jQuery? I used mouseOver and mouseOut events in a web application. Are there any similar events...
(This is a multi-part question, I will try my best to summarise the scenario.) We are currently building a responsive web app (news reader) that allow users to swipe...
Is there a way to remove the default blue hyperlink colour from a telephone number when viewed on an iPhone? Like a specific Mobile Safari tag or CSS to...
On the settings page, I want to include three links to My app support site YouTube app tutorial My primary site (ie: linked to a ‘Created by Dale Dietrich’...
I noticed that if I style my buttons with CSS using radius, colors and borders, they look good but in the iphone/ipad/ipod they look terrible…shouldn’t be the same rendering...
I have a very simple UIWebView with content from my application bundle. I would like any links in the web view to open in Safari instead of in the...
Safari on iPhone automatically creates links for strings of digits that appear to the telephone numbers. I am writing a web page containing an IP address, and Safari is...
My website renders well on the iPhone/Safari browser, with one exception: My text input fields have a weird rounded style which doesn’t look good at all with the rest...
I’ve tried all three of these to no avail: <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” /> <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=false;” /> <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;”...
I made an HTML page that has an <input> tag with type="text". When I click on it using Safari on iPhone, the page becomes larger (auto zoom). Does anybody...