Tozar
Tozar

Reputation: 986

Using ASP.NET, how can I create an iPhone/Android specific mobile website?

I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get all the client-side features like transition animations and iPhone-like buttons that jQTouch offers. Where should I start?

Upvotes: 2

Views: 1047

Answers (1)

ahefner
ahefner

Reputation: 36

There is a nice google project that uses CSS to mimic the iPhone UI... Its called IUI... Below is the link to the Google Code project.

http://code.google.com/p/iui/

Hope this helps you out.

Upvotes: 1

Related Questions