Hi,
I am getting below message on my WebView on iOS device.
Kindly Help..
Thanks,
Jassim

Hi,
I am getting below message on my WebView on iOS device.
Kindly Help..
Thanks,
Jassim

It caused by the limit of WebView on the window.open method, opening a new page needs to be loaded in the current window. You can try to check whether the pop-up is opened in a new window, if it is, you could change the method of opening the new page.
I check the webpage, pop-up is opened in a new window .You could use webview in Xamarin.Forms and use customrenderer in Android and iOS. However , I'm afraid changing the method of opening the new page in your html is a direct way, such as displaying a dislog.

10 people are following this question.