I am the co-founder of Codiqa (http://codiqa.com), and we are building tools and services to make jQuery Mobile development easier and faster. We are really excited about the project and hope we can help contribute to its success.
JQuery Mobile 1.0.1 Released
11–15 of 15 posts
Re: JQuery Mobile 1.0.1 Released
#12Earlier quoted context omitted.
I second that @speg. My disappointment went beyond slow transitions though. One instance, for example, was in having "fixed" header/footer on the web-app. The rendition of fixed elements would fade-out and fade-in again once user stopped scrolling. This really felt naive and I decided to do that part myself instead. Obviously, now the situation has improved that we have property 'fixed' acknowledged on the iPad Safar…
I was surprised by the lack of fixed headers/footers, too. They say it's coming, but in the mean time you can use iScroll without any side-effects: http://cubiq.org/iscroll-4 And, as you say, use the 'fixed' CSS in newer Safari versions that support it.
http://jquerymobile.com/test/docs/toolbars/bars-fixed.html
And there obviously is improvement over the previous version, in that, earlier there was some flickering of fixed elements on desktop view-port.
I stand corrected, and appreciate the effort jQuery team.
Re: JQuery Mobile 1.0.1 Released
#13Cograts Todd and team! Looks like some solid improvements in this release. I am the co-founder of Codiqa ( http://codiqa.com ), and we are building tools and services to make jQuery Mobile development easier and faster. We are really excited about the project and hope we can help contribute to its success.
Re: JQuery Mobile 1.0.1 Released
#14Specific performance issues I ran into: 1) The page transitions were too slow so I didn't use them at all and instead just do page reloads for everything. https://github.com/jquery/jquery-mobile/issues/3217
2) The list structure causes scrolling to be too slow so I had to switch to generating the CSS classes and html structures on the server: https://github.com/jquery/jquery-mobile/issues/2855
Re: JQuery Mobile 1.0.1 Released
#15I'm using jQuery Mobile in an app I'm making and I mostly like it. But there's a delay in switching between pages that I just can't track down- all of my pages are local so it's not an AJAX issue. I'm poking through the source code to try and track down the source of the problem, but unless I can find a fix it's going to be the dealbreaker that makes me switch to something else. A shame, because other than this slown…
http://jquerymobile.com/demos/1.0.1/docs/pages/page-links.ht...