How do I detect Mobile Safari server side using PHP?

后端 未结 6 1907
深忆病人
深忆病人 2020-12-19 04:32

Mobile Safari is a very capable browser, and it can handle my website as it is perfectly. However, there are a few elements on my page that could be optimized for browsing u

6条回答
  •  再見小時候
    2020-12-19 05:09

    Compare the user agent string with the one of a Safari Mobile uses:

    Safari Mobile User Agent String

提交回复
热议问题