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...
  • May 21, 2022
  • 0 Comments
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...
  • May 16, 2022
  • 0 Comments
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...
  • May 8, 2022
  • 0 Comments
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;”...
  • May 5, 2022
  • 0 Comments