Drag handle for move
When the contents of a box is touch/click sensitive, such as a youtube video, it is difficult to move the window without interacting with the contenst as well, i.e. stopping/starting the video.
Describe the solution you'd like A solution could be to have the option to change the top drag handle into a move handle
Describe alternatives you've considered
Additional context
This isssue could be because of a webview receiving pointer events. Can you verify if this happens with regular clikable flutter widgets as content?
I think you are right about the inappwebview plugin consuming pointer events. That is why it would be nice if we could assign, for example, the top handle as a move handle instead of a normal drag handle.