Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0
-
Fix Version/s: BridgeIt 1.0
-
Component/s: Containers
-
Labels:None
-
Environment:HTML5, BridgeIt
Description
When ICEmobile-SX/BridgeIt returns control to the browser, the URL fragment previously in place must be restored. For instance, if the user is on the page
http://host.com/myapp.html#camera
the same URL (including #camera) must be set.
http://host.com/myapp.html#camera
the same URL (including #camera) must be set.
Fragment is restored, however the application developer must be aware that BridgeIt commands are recorded in the browser history and can be replayed with JavaScript history APIs.