Closed (won't fix)
Project:
DrupalGap
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 19:09 UTC
Updated:
19 Jan 2013 at 06:25 UTC
Just run a test with latest jQuery and jQueryMobile.
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"></script>
I must say app behaviour is much more robust!
There is one light bug with a spinning wheel on loading -- initially it spins too fast, but apart from that works fine.
Comments
Comment #1
tyler.frankenstein commentedThanks for trying out the 1.1 RC of JQM. When I return from DrupalCon I will try this out as well and see about getting these updates committed, thanks!
Comment #2
s.daniel commentedTested to work with 1.10 which I hear brings a lot of improvements.
http://jquerymobile.com/blog/2012/04/13/announcing-jquery-mobile-1-1-0/
Comment #3
skolesnyk commentedI've tested jQMobile with my Phonegap app (this one doesn't use DrupalGap) -- loading lists of 100-200 items is very slow. Then there's button clicking delay which you probably can mitigate with a few hacks here and there.
So, I had to use jqMobi in my project -- it's very fast. And it didn't take much code change to switch from jQuery syntax -- it's practically the same like $(id).somefunction();
Comment #4
s.daniel commentedThanks although it's ot here ;)
I'll check that out since I'm pretty unhappy with the performance of jqm whithin phonegap.
Maybe you want to start a jqMobi drupalgap branch on github?
For the reference: https://drupal.org/node/1464366
Comment #5
skolesnyk commentedI'm still not sure it's the best mobile framework out there. They say it's webkit compliant, so the compatibility list isn't as comprehensive as with jQM. But reading reports on A-grade level compatibility of jQM, it's not that good performance wise on non-webkit browsers.
There's plenty of mobile frameworks. Next I'll test dojo mobile and maybe Sencha Touch.
Comment #6
tyler.frankenstein commentedI am marking this this as closed since the new 7.x-1.x branch of the Mobile Application Development Kit now uses jquery.mobile-1.2.0.min.js, and anything earlier will no longer be supported.