简体   繁体   English

如何在iPad的新窗口上打开链接

[英]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. 我有一个在Asp.net上运行的网站,并且在前端,我正在使用JavaScript进行UI功能。 I am using window.open() function of JavaScript and its working fine on web browsers. 我正在使用JavaScript的window.open()函数,并且可以在网络浏览器上正常工作。 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. 我在这个问题中遇到的问题与我的问题相同。 在clild窗口关闭时,无法将值发送到iPad Safari的JavaScript的父窗口中,但是不幸的是,这个问题没有答案。

如果浏览器要在新选项卡或窗口中打开链接,则这是浏览器的属性。

the safari on iPad you mean? iPad上的野生动物园是什么意思? 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. iOS上的大多数(如果不是全部)其他第三方浏览器也是如此。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM