UWP - touch screen keyboard in desktop mode

Madhu 96 Reputation points
2019-12-29T08:50:59.367+00:00

Hi,

We have a UWP app which can run on both tablet mode and desktop mode. Our client wants to get the touch screen keyboard(or on screen keyboard) while using the app on both tablet mode and desktop mode, when there is a text input box. But the devices will always have a hardware keyboard attached to it. So in that case how do we implement it? Have seen work arounds, but not sure whether the app will get rejected when submitted for Windows Store.
These are some threads I have been referring to. Isn't it supported officially?

https://stackoverflow.com/questions/39618127/programmatically-open-on-screen-keyboard-in-uwp
https://stackoverflow.com/questions/59433465/is-there-a-way-to-show-touch-screen-keyboard-in-uwp-app-when-there-is-a-hardware

Thank you.
Madhu

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Zbigniew Prusinowski 6 Reputation points
    2019-12-29T23:02:57.88+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. Fay Wang - MSFT 5,191 Reputation points
    2019-12-30T02:50:12.497+00:00

    Hello,​

    ​​Welcome to our Microsoft Q&A platform!

    From this post, you could follow Nico's suggestion to package your app as a desktop bridge app. Desktop bridge app is acceptable for Microsoft Store. But when submitting, you will need to fill in some additional information and the store team will review your submission. After passing the review, the app will show in the store.

    1 person found this answer helpful.
    0 comments No comments