Dev websites for iOS (tips)
- 312 Views
- 2 Replies
- Lochie
-
Lochie
- Member since: Feb. 17, 2005
- Offline.
-
- Forum Stats
- Member
- Level 19
- Programmer
This is a major pain in the arse, infact, so is developing websites in general.
So I'm just going to just put a bit of info here to help out.
To anyone whom wants to detect swipes on their website, use a mix of jQuery with touchSwipe.
For detecting orientation, there are meta tags called viewport a quick google search can help you out with that.
If you want corners compatible with other browsers, you can use another combination of jQuery and use this corner system, it also works in IE (majority of the time).
Relatively soon I will be fucking around with the SDK for proper iOS app development, so when I start, I'll make a new thread for that and give some more tips.
When I come across more stuff, I'll post with examples and whatnot.
- smulse
-
smulse
- Member since: Mar. 24, 2005
- Offline.
-
- Forum Stats
- Member
- Level 31
- Blank Slate
They're some good resources, thanks for sharing.
There's also a neat little CSS trick that's becoming popular at the minute called responsive web design, there's a great article on it over at A List Apart.


