views:

471

answers:

3

I am looking for a way in a umbraco site to detect if the user has a mobile device, then redirect the user to a mobile optimized page. I will also need the user to be able to force the full site if they wish.

Does anyone have any experience with this?

+1  A: 

IPhone alt page umbraco project

http://our.umbraco.org/projects/iphone-alt-page

Elijah Glover
+1  A: 

Hello

Please look at http://51degrees.codeplex.com , it is free open source .NET mobile API which seamless integrates with your existing microsoft .NET web site, and automatically redirects user to mobile optimized page.

Thanks

Amit Patel
This seems like to be my best bet so I awarded it the answer. I may need to modify it to fit our requirements. Thank you.
AdamSane
A: 

For Detecting a mobile browser in ASP.NET following link will be helpful for you. I did implemented this and works fine for me.

http://www.codeproject.com/KB/aspnet/mobiledetect.aspx?msg=3159071

prsthapit