-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
Browsers which support history API
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