[TIMOB-7599] MobileWeb : Internet Explorer: In Kitchen Sink the back and forward buttons are not enabled
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-03-13T16:03:44.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Michael Pettiford |
Assignee | Bryan Hughes |
Created | 2012-02-09T14:04:12.000+0000 |
Updated | 2014-01-28T23:23:13.000+0000 |
Description
Steps to reprodcue:
1. Launch Kitchen Sink in IE
Actual result:
The back and forward buttons of IE are not enabled
Expected result:
The back and forward buttons are enabled
*Note this works in Firefox*
This is because IE9 and older does not support history management. We might be able to artificially support history management using an iframe, but this is not trivial.
Back button support simply isn't there to properly solve this problem. Instead, we are implementing iOS style navigation in TIMOB-7981.