Hello,

I am trying out the jqmobile plugin and finding a strange result.
It's stuck on the mobile view no matter what changes I make.

I took these steps to get the mobile view to work.

1. copied the plugin_jqmobile from the admin app to my app.
2. copied the views/default/index to index.mobile.html and added the extend 
plugin_jqmobile/layouts line

3.  added the line to the controller/defaults.py
from gluon.contrib.user_agent_parser import mobilize
@mobilize
def index():

etc.

and it was really nice, I could see a layout as if I was viewing it on a 
mobile device.

But it wasn't exactly what I wanted and then I tried to remove it and 
wasn't able to.

I changed my routes.py so it doesn't show that view anymore.

But I'd like to figure out how to completely remove the view showing the 
mobile view.

It looks like an automatic file in views got created named index.html that 
contains the 
extend plugin_jqmobile layouts line.
I removed that and also removed the views/plugin_jqmobile directory  and 
reloaded the page, but
the mobile view is still there.

What else should I look at to modify or remove files to disable the mobile 
view?
Thanks,
Margaret

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to