-
Notifications
You must be signed in to change notification settings - Fork 2.4k
auto back of pages on android #2949
Comments
Can you reproduce this in the docs? Can you give a specific example and info on what device/browser you see an issue? .................................. . . . . On Nov 5, 2011, at 10:28 PM, "patelbrijeshn" reply@reply.github.com wrote:
|
Below are the three page structures. using: jqm rc2 I have following global settings: First Page: http://mydomain.com/webapp/mypage.jsp?code=test
Back
test
Page Two: http://mydomain.com/webapp/mypage.jsp?code=test&tab=Documentation_Tab
Back
test
my data
Page Three: http://mydomain.com/webapp/mypage.jsp?code=test&tab=Description_Tab
Back
test
my data
I am trying the docs on the android emulator. will update soon on that. |
sorry, the html seems rendered.. I didnt find attachment opton. |
Hi Todd, If I disable pushState, it seems to solve the problem. |
I expected that was the case. Browsers are a bit inconsistent on how they handle pushState so in these situations, things can get wonky. We recommend disabling this if you run into issues, are using a lot of external links or are building a native app because the URL isn't seen. |
Thanks Todd, Is this something that will be taken a look at for a fix in future releases ? |
We definitely want this to improve, but from what we've found, we're sort of at the mercy of browsers to better standardize their handling of pop state and other factors. The quirks are due to inconsistencies that we can't see and resolve on our end unfortunately but we'll continue to improve this as we go. |
Hi,
I am facing an issue where, when I go to page B from page A, use back button and then go to page C, page C loads fine and then in a second goes back to the previous page.
both page B and page C links are shown on page A.
Any idea, of what causes this ?
Thanks,
Brijesh
The text was updated successfully, but these errors were encountered: