Redirect mobile devices to alternate version of my site

后端 未结 10 1305
滥情空心
滥情空心 2020-12-02 15:08

We\'ve got an alternate version of out website ready for mobile devices. The content we serve is different and it works well.

What is the best way to detect which v

10条回答
  •  攒了一身酷
    2020-12-02 15:23

    An alternative to WURFL is Mobile Detect, a PHP class for detecting:

    • Tablet
    • Mobile
    • iOs
    • Android
    • Browsers
    • And much more

    So in case WURFL doesn't do what you need, you can always check this out.

提交回复
热议问题