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

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

    to do a mobil website you have to watc out for:

    • scaling of course, make sure everything fit and every text is readeble.
    • Flash is a problem :s
    • Dont forget to try on multi mobil borswer (IE,OPERA,....)
    • Do not put big images or else the load would be slow and will unscale everything.
    • You can check out Microsoft best practices for mobil dev
    • If your website has textbox use auto implementation, for some device is painfull to write in a mobil website

    i will put some more later, hope this helps

提交回复
热议问题