I'm using Electron I have a webview which display an external website but I can't succeed to show the additional window normally opened by links on this site and which have target = _blank.
<a href="mentions.html" target="_blank">Mentions légales </a>
I tried with
webpreferences="nativeWindowOpen=yes" allowpopups
But it didn't change.