View full website, not mobile version on iPhone

前端 未结 2 998
情深已故
情深已故 2021-01-06 02:59

I have a script that detects whether you\'re an iPhone user or not and redirects to a more iPhone friendly page.



        
2条回答
  •  暖寄归人
    2021-01-06 03:19

    The Query String is the way to go ( as the others have said above). Looking at Facebook, if you click on the 'full site' link on the mobile site, it redirects to www.facebook.com/login.php?m2w - the m2w is probably MobileToWeb and this will prevent the site redirecting the user to the mobile site.

提交回复
热议问题