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

前端 未结 5 1716
渐次进展
渐次进展 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:48

    1- No it will not.

    2- that's depend on the version of OS on mobile

    3- you have to build your mobile application from the beginning by using mobile controls and Mobile web form (A Form for mobile Web Applications) instead of web form.

    all of this controls are under this namespace:

    using System.Web.UI.MobileControls;
    

    That's will make your application to work on more than 200 types of mobile devices.

提交回复
热议问题