-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:
Browsers which support history API
-
None
Based on MontyPan (https://github.com/MontyPan/ZKPushState).
- Users can call desktop.pushHistoryState to push a history state object (state, title, url).
- Users can use @HistoryPopState to handle history.popState events in ZK MVVM.
- Users can use @Listen("onHistoryPopState = #rootCompId") to handle history.popState events in ZK MVC