[TIMOB-7620] MobileWeb: History state shim
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-03-08T16:49:34.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-02-10T16:00:06.000+0000 |
| Updated | 2014-01-28T23:44:48.000+0000 |
Description
Older browsers don't support history.pushState() which is what we use for back button support when navigating windows. We need a shim that emulates pushState() using an iframe. We'll need to include a blank.html with the platform.
The fix for 7566 may make this ticket irrelevant and vice versa
TIMOB-7566 removed the need for pushstate/popstate