CUSTOM KEYBOARD

Giorgio Sfiligoi 391 Reputation points
2024-10-24T17:46:06.3033333+00:00

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:

  1. 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:
  2. 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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.