qiuxiang / flutter-android-window

A flutter plugin allows you to create native android floating window.
MIT License
62 stars 19 forks source link

Switching from portrait mode, I can't move the floating window to the right side in landscape mode #12

Closed nickolaylo closed 2 years ago

nickolaylo commented 2 years ago

Thank you my hero for your hard work developing this awesome and unique flutter plugin, I am facing a new issue, When I load the floating window in portrait mode, I can move It with my finger wherever I want on the screen, however changing to landscape mode don't allow me to do so, It keeps the same width from the previous portrait mode, so I can't move it to the right side of my screen, that prevents me from interacting with what is behind it in this left side, could you please tell me how can I make it adaptive to the new width in the landscape mode?