iUI iPhone web app working on other devices

769 Views Asked by At

I am an asp.net developer looking to build a web app using iUI for the iPHone. I was wondering if this app would also display properly on other devices.

Thanks in advance.

2

There are 2 best solutions below

0
On

Look at ASP.NET MVC. The routing engine can use different views to render the page depending on the agent provided by the browser. Hanselman has some great writes up on how this works:

MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile

TheWeeklySourceCode28IPhoneWithASPNETMVCEdition

0
On

iUI is based on HTML5 and CSS3. So yes, it will work on any device / desktop browser since it supports HTML5 and CSS3. Actually, only Webkit (Safari/Chrome/iPhone/Android) has a pretty good support of it, and Firefox 3.6 supports most of it too. Fennec 1.0 will.

Haven't heard if it was planned for IE9. Sure IE8 does not.