Live data from Hacker News

JQuery Mobile 1.0.1 Released

jquerymobile.com

11–15 of 15 posts

Re: JQuery Mobile 1.0.1 Released

#11
Cograts 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

#12
post #7

Earlier 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.

Well, they say it's done by taking "advantage of native scrolling":

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

#13

Cograts 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.

your landing page looks very promissing, just what I wish I could use right now. signed up for beta, good luck with launching soon!

Re: JQuery Mobile 1.0.1 Released

#14
I used JQuery Mobile for the mobile version of our site. Performance is definitely an issue. I believe that it will eventually improve with future versions so I stuck with it and used just a subset of the features that had acceptable performance. The compromise in performance was worth not having to worry about cross-device compatibility.

Specific 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

#15
post #2

I'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…

I had a similar problem. I know you said that this isn't an AJAX issue, but have you tried using data-ajax="false" in your tags? jQuery mobile uses AJAX for page loads, even on local pages, in order to implement transition effects.

http://jquerymobile.com/demos/1.0.1/docs/pages/page-links.ht...

Post reply on HN