Hi,
I am trying to use the onscreen keyboard in Ubuntu 18.04 (Jetpack 4.6.1), the behavior of the onscreen keyboard is unpredictable.
Sometimes it shows up, and sometimes it is not hiding even though auto-hide is enabled, this behavior changes for every boot.
Sometimes its working in all the default application but not working in my custom-built application.
Note: It sometimes works in custom-built applications.
Is this supposed to happen or is there any way to fix it?
Thanks in advance
Hi @KevinFFF ,
I have this problem in both AGX_Devkit and custom_board, I didn’t try with different jetpack versions because our application works with Jetpack 4.6. Sorry for the confusion in the 1st post, The jetpack version I use is 4.6.
the onscreen keyboard is not a 3rd party tool. I enabled this from the settings application present in AGX
Hi @KevinFFF,
There are no 3rd party tools being used here, I Turned the keyboard on by turning on the “screen keyboard” in
settings → universal access → typing → screen keyboard
In this case, it may be caused from your application.
We can not reproduce this issue on the devkit.
It is an user space application so that we cannot help with it.
You may also try using other screen keyboard application.
$ sudo apt install onboard
Or run the following to show/hide it.
Show:
$ gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true
Hide:
$ gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false