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

Browser back button has no effect #23

Open l0c0luke opened 13 years ago

l0c0luke commented 13 years ago

I can see the url change. But the app does not transition.

My workaround was this ...

setInterval(function() { if (location.hash != hash) {
if (hash != '') { jQT.goBack();
hash = location.hash; } } }, 100);

thomasyip commented 13 years ago

I think I got a lot of "Tap not ready" event and I removed the support a while back.

Since then, I rewrote the history management, maybe it is time to put it back.

Thank for reporting.