php - Css support for safari browser in mobile devices -


i used below coding support safari browser.

if(strtolower($browser->browser) == 'safari') {     echo '<link href="<long_path>/safari.css" rel="stylesheet" type="text/css" />'; } 

its working fine safari in desktop.but not working mobile safari browser.

here go use demo.mobiledetect.net test if works:

click here


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -