Ionic 3 - Disable specific view keyboard

Asked

Viewed 158 times

1

I’m using the app on a physical keyboard data collector. Client asked to disable native Android virtual keyboard on some screens only.

I installed the Keyboard of Ionic-Native, another of Cordova and could not find a satisfactory result. What happens is that the plugins offer only the methods close() or hide() and when placing in the events click, tap and focus causes a rough visual effect, where the keyboard appears quickly and hides.

I believe this is due to the fact that I am not disabling the virtual keyboard for this view, but asking to hide/close when it is about to appear.

So the question is this: because it is a hybrid application, is it possible to disable it so that the keyboard doesn’t even appear, even if quickly (fraction of seconds)? And if possible, how to proceed?

Thanks in advance!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.