How do I detect Mobile Safari server side using PHP?

后端 未结 6 1902
深忆病人
深忆病人 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:50

    I have published a new mode to detect devices in any programming language (JSP, PHP, Perl, Python.....), it's called Apache Mobile Filter is an Apache module (http://modules.apache.org/search.php?id=1787) that detect mobile device and also can adapt the images to the screen size of device.

    For more info: http://www.idelfuschini.it/it/apache-mobile-filter-v2x.html

提交回复
热议问题