How can I make a link open in a completely new window or external browser, instead of in the native app container (which is basically a browser wrapped in a native container)?
Because in my application, when I click an external link, it opens in the app window itself. Then when I go back, all dynamic fields in my app are gone. Only static labels etc are still there, but all dynamically generated grids, select menus etc. that depend on a service are empty. Also I think the sessionstorage is cleared.
So that's why I want to open links in an external browser or new window.