Kevin Kieselbach

Results 15 comments of Kevin Kieselbach

For context, WSA typically emulates mouse input as touch input for application compatibility, but if a text field has focus, we temporarily disable the touch emulation to ensure text highlighting...

Thanks for providing a repro. I updated WSA to enable our emulated touch scrolling while text fields have focus, which fixed scrolling in your scroll view while your text field...

For context, WSA intentionally does not pass raw input through to Android since that can cause user experience issues (e.g., Windows and Android would have different views of the mouse...

Thanks for the detailed explanation. Windows automatically converts touchpad two-finger gestures to WM_MOUSEWHEEL/WM_MOUSEHWHEEL input messages, so WSA doesn't distinguish between touchpad and mouse scroll and has no knowledge of diagonal...

Make sure to declare android.hardware.type.pc as required="false" so your app will still install on phones/tablets. :)

Hi, thank you for this feature request. This isn't currently on our scheduled roadmap, but we're always listening to the community to prioritize new features.

Thanks for bringing this to our attention. We should be able to fix this issue.

We've done preliminary investigations on what WSA for enterprise would look like, but it's not currently on our roadmap. We'll take this feedback into consideration.

Spell checker is a Google Play Services feature, not an AOSP feature. We can look into adding this feature, but that will depend on Microsoft having a suitable Android app...