I'm using the application on a data collector with physical keyboard. The client asked to disable the native Android virtual keyboard on some screens only.
I installed the ionic-native Keyboard, another from the cord and did not get a satisfactory result at all. What happens is that the plugins only offer the close()
or hide()
methods and when putting in click
, tap
and focus
events causes a rough visual effect where the keyboard pops up quickly and hides. / p>
I think this is due to the fact that it is not disabling the virtual keyboard for this view, but rather asking to hide / close when it is about to appear.
So, the question is: because it is a hybrid application, can it be disabled so that the keyboard does not appear even quickly (fraction of seconds)? And if so, how to proceed?
Thank you in advance!