Virtual keyboard and File Dialog QML

607 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 answers

1
user3082611 On

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