I want to open a page in a new tab in IOS/Safari.
Javascript is used to make the page transition using
window.open(URL,"_blank", "noreferrer");
It works in Android and PC browsers, but not in Safari.
Is there a solution?
Can you create a sample oml file showing this behaviour?
Please note that opening a new tab in Safari on iOS just works from an async JS function, just make sure you create the window (window.open) before calling the async call. P.S. Sorry I could not log in to my Outsystems Personal Environment so I cannot create a sample code. Once I can I will post it here.
Hi Kenneth
Thank you for your answer.
How soon will the samples be ready?