I'm developing an application using Electron in Kiosk mode.The application is going to run on Ubuntu touch screens.
The problem is that when the user touch on a textfield the Ubuntu touch keyboard is displayed under the Electron App, so the user can't type nothing.
Is there a way to let the keyboard stay above the Electron app?
Thanks a lot