On Rhoelements manual one can read:
Interaction with Browser's History Stack
The browser component on Windows Mobile has no history stack other than that provided by RhoElements, so this History:Back tag is the only way to navigate to a previous page (as well as the Back Button). Windows CE's browser component has its own history stack accessed via Javascript's history.go(n), this is not compatible with RhoElements's history and the History:Back tag should be used in preference. However, I have succesfully tested window.history.back(); Is this a mistake on the manual or will window.history.back(); be incompatible in future RhoElements versions?
1 Replies
Hi, Window.history.back() will not work in conjunction with the debug buttons, i.e. if you press the forward button after doing a window.history.back(). If you're using the WebKit rendering engine there should not be an issue but for compatibility reasons we recommend using history:back.