Himanshu Rastogi
Himanshu Rastogi

Reputation: 59

How to open link on new window on Ipad

I have a site which is running on Asp.net and on front-end I am using JavaScript for UI functionality. I am using window.open() function of JavaScript and its working fine on web browsers. But when I am testing this site on my I pad then this link is opening on new tab instead of new window. I have spent several hours to fix this issue Please suggest.Immediate response will be Appreciated.

I have got the same as my problem in this question On clild window close cannot send value to parent window in JavaScript for iPad Safari but unfortunately this question has no answer.

Upvotes: 0

Views: 1280

Answers (2)

Peter W
Peter W

Reputation: 75

the safari on iPad you mean? no, it only has tabs. even though there's a separate window for private mode, which groups all private tabs under it.

But strictly speaking, no, there isn't a function for that. And same goes with most, if not all, other 3rd party browsers on iOS.

Upvotes: 1

void
void

Reputation: 36703

It is the property of browser, if the browser wants to open the link in a new tab or in a window.

Upvotes: 1

Related Questions