Hi,I have a problem with my android application. I have textinput and I made my custom Virtual Keyboard.
Works fine when running on desktop, but when I load it to my android device, then I have two keyboards on the screen. One Virtual Keyboard and over it is Android system keyboard.
Of course I have this line of code included.
Config.set("kivy", "keyboard_mode", 'dock')
I need to get rid of that Android system keyboard.
Does anyone have an experience with this?
Thank you for your help.
Pavel