Windows Subsystem for Android - resizing issues

Hi Folks,

I’ve been trying to get my Android-based apps working under the Windows Subsystem for Android.

The documentation is here for those who are interested:
Resizing apps in Windows Subsystem for Android (WSA).

However, I’ve seen problems related to app resizing, that I can’t seem to figure out

  • if I enable the flags to allow resizing etc, the resize works, but with side/top bars
  • pressing the (automatically overlaid by Windows…) “refresh” button that you see after a resize, will terminate the app (whether or not I enable app resizing using android:resizeableActivity=“true”/“false”)
  • if I enable app resizing, once resized, the mouse events don’t seem to trigger in the right (relative) location

Best wishes,

Pete