javascript Programming Glossary: mobile_browser
How to detect a mobile device in a web page http://stackoverflow.com/questions/6439777/how-to-detect-a-mobile-device-in-a-web-page to check if the given request comes from a mobile device mobile_browser '0' if preg_match ' up.browser up.link mmp symbian smartphone.. wap phone android i' strtolower _SERVER 'HTTP_USER_AGENT' mobile_browser if strpos strtolower _SERVER 'HTTP_ACCEPT' 'application vnd.wap.xhtml.. 'HTTP_X_WAP_PROFILE' or isset _SERVER 'HTTP_PROFILE' mobile_browser mobile_ua strtolower substr _SERVER 'HTTP_USER_AGENT' 0 4 mobile_agents..
|