Mobile Fu not redirecting

Hi, I was wondering if anyone with experience with this plugin can help
me get it going.

I did everything required in what i found online, and I made all the
.mobile.erb views and spreadsheets. Everything gets redirected fine when
i use the test method in the application controller:

has_mobile_fu(true)

However, when i take out the force parameter and just have
has_mobile_fu, it doesn’t redirect to my mobile pages.
is_device?(‘iphone’) is true and is_mobile_device? is 13 (not sure why)
but in_mobile_view is false.

What I’m trying to figure out is how I can get it to the same state as
has_mobile_fu(true) when a mobile device goes to my site. I tried a few
things with detecting it but no luck so far. Any help would be greatly
appreciated. Thanks :slight_smile: