WebView 3.0 - how to detect window.open and load the page
-
Dear all,
I have a WebView QML item that loads an html page where some <a> tags contains a javascript code for ‘onclick’ event and this javascript code performs some code and the open a new window with window.open code.
With default settings, WebView completely ignore that, and nothing happens if you click on the link.
What I want to do, instead, is to display that page when the user click on the link.
How can I do ??Thanks,
Gianluca