41
Views
3
Comments
Cannot open a page in a new tab in IOS/Safari
Application Type
Reactive

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?


2022-08-03 04-32-50
Ravi Punjwani

Can you create a sample oml file showing this behaviour?

2019-10-14 05-10-43
Kenneth Jay Julianda

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.

UserImage.jpg
Yusuke Suzuki

Hi Kenneth 

Thank you for your answer.

How soon will the samples be ready?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.