[TIMOB-7943] MobileWeb: New back button mechanisms prevents breakpoints from being set
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-03-13T16:03:58.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2012-03-09T09:33:53.000+0000 |
Updated | 2014-01-28T23:23:13.000+0000 |
Description
The new back button mechanism uses url hashes to manage itself. Unfortunately these hashes make it impossible to set a breakpoint cross window openings. To fix this, the back mechanism needs to be embedded in an iFrame.
Back button support simply isn't there to properly solve this problem. Instead, we are implementing iOS style navigation in TIMOB-7981.