Mobile Client - Two Keyboards Opening

I’m currently working on a mobile project and have noticed when I use a input field it opens up two keyboards.

One is from the tablet itself and the other is on the JVM client. Does anyone know how to get rid of either one?

The tablet keyboard covers alot of the screen so preferably that one shouldn’t be used.

I’ve not got much experience with mobile projects, but is there a touchscreen keyboard client tag like with a non-mobile client that you could check to see if it is enabled?

I managed to get rid of the iginition inbuilt keyboard by disabling touch screen mode from the project properties.

That said I read another Topic which says you can disable the inbuilt keyboard for individual components by setting the Touchscreen Mode to None.

1 Like