What do I need to know to make my website work on mobile browsers?

前端 未结 5 1746
渐次进展
渐次进展 2021-01-03 10:59

I am using ASP.NET 3.5 with Visual Studio 2008. I have a few questions surrounding my website and mobile users.

  1. Will my website be displayed correctly on a mob
5条回答
  •  一向
    一向 (楼主)
    2021-01-03 11:56

    One of Scott Hanselman's podcasts talked about the Mobile Device Browser File for ASP.Net. This is a file that contains feature information about loads of different mobile devices and browsers. For example, you can check if a mobile device connecting to your site has support for cookies, or find out its screen size, etc.

    I've never done any mobile development, but this looks as if it could be very useful.

    This is on CodePlex here: http://mdbf.codeplex.com/

提交回复
热议问题