Opened 7 years ago
Last modified 4 years ago
#17427 new defect
router.startup with default route doesn't set hash on Android
Reported by: | jamur2 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Core | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you call router.startup(...) with a default route on Android (tested on Android 2.3 and 4.2 with the default browser), the default route gets invoked, but the browser's hash doesn't change. This can lead to unexpected back button behavior.
Calling router.startup() without a default route and go()-ing there manually seems to work fine.
Attachments (1)
Change History (4)
Changed 7 years ago by
comment:1 Changed 5 years ago by
Component: | General → Core |
---|
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:3 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
Demonstration of router hash bug