nimatra
nimatra

Reputation: 614

Adding custom suggestions to Windows Phone keyboard Word Flow

I want to add some custom controls to the word flow just like the 6tag app

custom controls

Any hint is appreciated. Thanks.

Upvotes: 0

Views: 357

Answers (1)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21889

Windows Phone doesn't support adding custom dictionaries or responses to the soft keyboard itself.

What you can do is add your own control above (but outside) the soft keyboard to display your own suggestions. The app can handle the InputPane.Showing event to find the location of the input pane so the app can place its controls just outside the occluded rectangle.

Upvotes: 1

Related Questions