How to check if the new window request is from pressing mouse wheel in Webview2
Normally web browser will open a new tab and switch to the new tab if you clicked on <a href="" target="_blank">
or execute open()
in JavaScript. And if you click a link with mouse wheel browser will open a new tab but it won’t switch the to the new tab.