Support Forums

Full Version: iPhone Compatible Website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have you ever built an iPhone compatible website? Today I was messing around with it, and built my own "bookmark" site where all my most used bookmarks are Smile
Any site should be iphone compatable. At least, I've never had any issues.
I think he means a site built specifically for the iPhone.
iWebKit.
@iintens: Link?
(12-13-2009, 08:52 AM)SkullTraill Wrote: [ -> ]@iintens: Link?

Here you go - http://iwebkit.net/
It's a pretty beautiful toolkit, I had crap running in no time.
Code:
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width; initial-scale=1.0; user-scalable=0;">

See what they do.