modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Device Detection not redirecting (sometimes) #71

Open erikespana opened 10 years ago

erikespana commented 10 years ago

When I type http://www.union.edu into my mobile browser (Android), the detection script works fine and visitors are redirected to http://m.union.edu.

But if I arrive at http://www.union.edu from a link on another website (e.g. http://www.union.edu/about and click on the "Union" logo) the redirection isn't triggered. Even when I refresh the browser, the page isn't redirected to http://m.union.edu.

I'm using the following PHP detection script, circa November 2011: https://github.com/espanae/Cascade-Server/tree/master/Kurogo/Mobile-Detect-Redirect

Any suggestions on how to best troubleshoot this are greatly appreciated.