pra7
pra7

Reputation: 884

Virtual keyboard and File Dialog QML

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?

Upvotes: 1

Views: 634

Answers (1)

user3082611
user3082611

Reputation: 1

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

Upvotes: 0

Related Questions