jahlxx Posted July 8, 2016 Posted July 8, 2016 hi. How to disable back button in the web browser? Thanks. Quote
Sherzod Posted July 9, 2016 Posted July 9, 2016 Hi, .. Currently, this is implemented as follows: UniMainModule->BackButoonAction = bbaWarnUser * FireFox - This works if you have interacted with the website Best regards. Quote
Sherzod Posted July 9, 2016 Posted July 9, 2016 How to disable back button in the web browser? I think, for now you can use this technique: MainForm->Script ... add these lines: Ext.onReady(function() { window.location.hash = "main"; window.location.hash = "again_main"; // again for chrome window.onhashchange = function() { window.location.hash = "main"; } }) 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.