Virtual keyboard and File Dialog QML

654 Views Asked by At

I have integrated Virtual Keyboard in my application and whenever a TextFiled is clicked, automatically Virtual Keyboard pops up but when I open a FileDialog and click on TextInput field inside that Virtual keyboard is not coming up.

Is there any way to open QML Virtual keyboard for FileDialog?

1

There are 1 best solutions below

1
On

Better to check by declaring Inputpanel QML Type in your qml. And then just need to link with Textinput of your qml.