That works but doesn't scale - presumably you'd have to do it for every single action in every single controller. Is there a lower level bit I could hook it into?
On Feb 14, 4:02 pm, Vasile Ermicioi <[email protected]> wrote: > if is_mobile_env: > response.view = 'index.mobile.html' > else: > response.view = 'index.html'

