How do I detect Mobile Safari server side using PHP?

后端 未结 6 1908
深忆病人
深忆病人 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 04:52

    Thanks Joe, I read that page and found the WebKit detection library (in JavaScript). I changed the code to suit my needs.

    For anyone that's interested, here's my solution.

    
    

提交回复
热议问题