是否有“轨道"?重定向的方式,如果检测到移动浏览器?

是否有“轨道

问题描述:

我想运行用户代理检查,但仅在我的主页(static_controller#home)上,我仔细查看了以下代码:

I want to run a user-agent check but only on my homepage (static_controller#home) I have taken a close look at the code: http://www.arctickiwi.com/blog/mobile-enable-your-ruby-on-rails-site-for-small-screens and it seems close but it never gets tied together, its just method creation... I am open to a jquery method but would prefer ruby/rails over js.

我只真正关心iphone和droid ...

I only really care about iphone and droid...

查看此屏幕录像一个>.他们建议使用以下方法来检测移动设备:

Check out this screencast. They suggest using the following for detecting a mobile device:

request.user_agent =~ /Mobile|webOS/