As far as I can tell the recommended approach for ASP.NET MVC 1 is to use the Web Application Toolkit for Mobile Web Applications.
Is there any change in the mobile device story for ASP.NET MVC 2? Should this toolkit still be used?
As far as I can tell the recommended approach for ASP.NET MVC 1 is to use the Web Application Toolkit for Mobile Web Applications.
Is there any change in the mobile device story for ASP.NET MVC 2? Should this toolkit still be used?
I've tried out the Web Application Toolkit and it works fine. I just used the code which essentially detects the browser and routes to views you define. Very useful and recommended.