vote up 0 vote down star

I've got a mobile Web app built with jQTouch mobile web app framework, but when I try to add dynamic <LI> elements the theme starts jumping around like crazy. Includes a short JavaScript sample program that replicates the issue.

I posted this issue on the jqtouch Google Code ticket system

Issue 134: slidedown prepends LI but causes theme-jumpiness after 15 items or so w/sample code http://code.google.com/p/jqtouch/issues/detail?id=134

flag

2 Answers

vote up 0 vote down

I worked with Brian on the application in question. It appears that the phone is completely redrawing the viewport with each new item after the first 15 or so.

We're hoping the Stack community will know of a clever workaround!

link|flag
vote up 1 vote down

I discovered the problem but not a workaround yet:

in the file themes/jqt/theme.css

remove the following lines to reduce/eliminate the jumpiness:

ul.rounded li:first-child, ul.rounded li:first-child a {
   border-top: 0;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-top-right-radius: 8px;
}

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.