Qml Virtual Keyboard shows InputPanel without any keys
Unsolved
Mobile and Embedded
-
I am developing an application on an embedded device with QT 5.12. I have defined a virtual keyboard on the UI. However, when I started entering something, the InputPanel pops up without any keys on it. So the screen just shows a black rectangle under the input box(as shown in the attached image), which is the InputPanel. I am wondering if there are any methods to show keys on InputPanel. What are the possible reasons for this issue?