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";     } })
    • Like
    2