I'm wondering if it's possible to manually edit the current navigation item index in Crosswalk (https://crosswalk-project.org/apis/embeddingapidocs_v3/org/xwalk/core/XWalkNavigationHistory.html#getCurrentIndex())?
The reason I need to do this is because when we try to go back in our application the second time starting it the index is 0 when it should be 1 and hence destroying the application.
We use window.navigator
in our website to register what the user does.