I created a webview window with button click in main window, but can't do mouse click through the webview window with setIgnoreCursorEvents(true), even when the appwindow is also set. I'm working on win10.
Reproduction
1, In main window, there is a button to open a webview window
2, set webviewwindow to ignore cursor event.
Describe the bug
I created a webview window with button click in main window, but can't do mouse click through the webview window with
setIgnoreCursorEvents(true)
, even when the appwindow is also set. I'm working on win10.Reproduction
1, In main window, there is a button to open a webview window 2, set webviewwindow to ignore cursor event.
In page-a
Expected behavior
Is there workaround to click through the webviewwindow, and at the same time script in webview window can get position of mouse cursor ?
Full
tauri info
outputStack trace
No response
Additional context
No response