beedesk / jQTouch

jQT + actively maintained + exclusive features (iPad layout, iscroll, tons of css enhancements, page events, param passing between pages, radio button, grid, mail, improved page history management etc.)
http://bit.ly/beedesk-jqt
MIT License
72 stars 13 forks source link

Avoid using Timeouts to init iScroll #29

Open swiftyone opened 12 years ago

swiftyone commented 12 years ago

Using the timeouts to call iScroll.refresh() ist kind of messy.. I recommend using the -webkit-transition-end event.

Cheers Lorenz