Issue
I have been successfully using the official documentation to get frameless draggable windows in electron. It worked just fine with electron 10.x, I recently updated to 13.3 and it worked as well. But since version 14 and 15 the drag doesn’t work anymore on Windows machines (works fine on Mac).
I double checked that my div had a proper width and height and that it had the -webkit-app-region: drag
property, and that no other element was overlapping.
The last comments in this old-closed-related issue seem to indicate that I am not the only one facing this issue.
Has anybody the same issue ? Solved it ?
Should I open a new issue on the electron repository ?
Solution
Thank you pushkin, I just read the issue you mentioned, and tested on my project by setting the resizable
parameter to true and my window was again draggable. This confirms that I am facing the same bug.
So the answer is : follow this issue to keep updated
Answered By – Wasabi
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0