A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
CUSTOM KEYBOARD
Giorgio Sfiligoi
636
Reputation points
I have done a customized soft keyboard, called MyNumericKeyboard, that works nicely in a test environment. Platform: Android.
Now I have to integrate it into a more complex page.
With MyNumericKeboard open, if I tap on another Entry element, it opens its own soft keyboard and the result is two keyboards on the screen. To avoid this, I see two options:
- Tapping anywhere forces KyNumericKeyboard to close - I can easily create a method that closes it, but I do not know how to call such method; OR:
- MyNumericKeyboard works in a modal fashion, i.e. it disables any other activity until it is closed by means of the button 'Done'.
Any idea?
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | .NET MAUI
Sign in to answer