question

DavidSimes-5573 avatar image
0 Votes"
DavidSimes-5573 asked NicoZhu-MSFT commented

Will VirtualKeyboard work in another OS?

Hello,

I'm developing an app in UWP (WinUI3) to port (in the future) to the UNO Platform. I want to know if a ReadOnly textbox with a KeyDown event will activate the android keyboard and if the key input will automatically convert the pressed key on an Android/Linux device to a System.Windows.VirtualKey.

Thanks,
David Simões

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

NicoZhu-MSFT avatar image
1 Vote"
NicoZhu-MSFT answered NicoZhu-MSFT commented

Hello, Welcome to Micorosoft Q&A,

I want to know if a ReadOnly textbox with a KeyDown event will activate the android keyboard

I have to say, TextBox and KeyDown event is UWP specific, it only run in Windows system. and it will not work for Android/Linux device. And currently UNO Platform is not support in Q&A. We suggest you post this problem in UNO related forum.





If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

And will it activate the Windows Virtual Keyboard?

0 Votes 0 ·

sure, it will the keydown event could response Virtual Keyboard (non-ime )

0 Votes 0 ·