Same here. One of web2py Japan member found it's using the old jquery mobile files.
I changed the code in "views/plugin_jqmobile/layout.html" <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" /> <script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script> to this and it's working file. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> On Thursday, February 14, 2013 3:09:35 AM UTC-6, wanderer wrote: > > I had the same problem today. Looks like > http://web2py.com/plugins/plugin_jqmobile/about still refers to the wrong > plugin. > > > Am Sonntag, 21. Oktober 2012 17:43:37 UTC+2 schrieb Massimo Di Pierro: >> >> Will do asap. The one that ships with admin is updated, the one on >> web2py.com/plugins is not. >> >> On Sunday, 21 October 2012 09:35:44 UTC-5, kirilisa wrote: >>> >>> Hi, >>> >>> I'm new to web2py (and to python in fact) and was very excited about the >>> ease of use that seemed evident in web2py for building my HTML5 app. As I >>> had previously determined to use jQuery Mobile, I was even more excited to >>> see that there was a plugin for that. However, downloading the plugin from >>> http://web2py.com/plugins/plugin_jqmobile/about always resulted in a >>> blank page - the plugin did not work. On closer inspection, some of the >>> pathing in the layout.html file was wrong, but fixing that still did not >>> make it work. >>> >>> I was ready to give it up when I noticed that web2py 2.1 was out and >>> that it had a mobile admin interface that was in fact using the jQuery >>> Mobile plugin! However, still, installing the plugin in my custom app from >>> the app creation wizard or even downloading it from the mobile admin page >>> at http://192.168.1.11:8000/admin/plugin_jqmobile/about resulted in the >>> same old outdated version of the plugin. I finally scrapped the install and >>> just copied all the plugin files from the /admin/ app to my web2py app - it >>> now works. >>> >>> To make a long story short - it would be great if the plugin download >>> could be updated both on the mobile admin page and at >>> http://web2py.com/plugins/plugin_jqmobile/about to spare someone else >>> the frustration I went through trying to get it to work! Thanks! >>> >> -- --- 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.