mobile-fu icon indicating copy to clipboard operation
mobile-fu copied to clipboard

session[:tablet_view] = false does not work

Open verymilan opened this issue 8 years ago • 0 comments

Hi there, as it looks like, mobile-fu ignores

before_filter :force_tablet_html
has_mobile_fu

def force_tablet_html
    session[:tablet_view] = false
end

as described in the readme. I am using Rails 5.0.0.1 if it helps.. .

verymilan avatar Oct 19 '16 18:10 verymilan