-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back button does not work with newly inserted page #2
Comments
Isn't the section variable undefined in some cases? |
I think I was pondering on null or "full" as the default, and picked "full" randomly. This bug probably prove that null as default is better for this case. |
Do I fall into this problem ... First, many of my pages are drawn as you click. Click, create html, append to jqt, goTo. So what I am finding is that if I go one page in, and then go back, no problems. If I go two pages in, then go back, I go to the second page, but the first page also slides in underneath the second, creating a mess. |
It might be a variety of it. If you generate html, adding section="full" should fix it. Also, you can use the ".goback" class for your own theme. With it, you don't need your own go back method. <a href="..." section="full" class="goback"> |
goback class is what I needed. you da man. count me out of this backbutton ajax issue. |
If a page is not loaded by jqtouch automatically, (see GET Ajax Load example on demos\main), this fork doesn't not recognize the page when "back" button is hit.
To workaround the problem, manually add the following line when the page is created:
(note: you will need to remove the workaround when the bug is fixed, or it will affects splitscreen usage).
The text was updated successfully, but these errors were encountered: