-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum pop-up position for Windows #29
Comments
Pop-ups are not disabled when the mouse is leave |
Thanks for raising this! This unfortunately happens because of how we are summoning the pop up (by emulating Win + Z keystroke).. I don't know of a Windows API that we can call to programmatically trigger it. I will look into it again once I have some time. |
Thank you for your reply! I will also try to look into this issue. |
I recently took a look at the snap layouts feature in flutter, and if there was some way to hijack the WM_NCHITTEST event in tauri, here's an example of how I implemented it in flutter: |
this plugins:
expected:
The text was updated successfully, but these errors were encountered: