You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On linux, there might have burst mouse events periodically and this could block gtk's main eventloop.
For more information, please see tauri-apps/tao#635
Describe the solution you'd like
With latest tao patch, we can call with_cursor_moved_event and set it to false as workaround. Mouse event isn't useful since webview itself can already detect such event.
Alternatives considered
Other alternatives are described in tauri-apps/tao#635.
Please comment there if you have more ideas.
Additional context
No response
The text was updated successfully, but these errors were encountered:
@shogohida I'm glad you are interested. You'll need to add a method for WindowBuilderWrapper specific to linux (and other unix except macos). And then call it during with_config call.
Describe the problem
On linux, there might have burst mouse events periodically and this could block gtk's main eventloop.
For more information, please see tauri-apps/tao#635
Describe the solution you'd like
With latest tao patch, we can call with_cursor_moved_event and set it to false as workaround. Mouse event isn't useful since webview itself can already detect such event.
Alternatives considered
Other alternatives are described in tauri-apps/tao#635.
Please comment there if you have more ideas.
Additional context
No response
The text was updated successfully, but these errors were encountered: