CUSTOM KEYBOARD
Giorgio Sfiligoi
391
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
4,152 questions
Sign in to answer