How to use qml keyboard element for different sites opened in Qml Webview
-
wrote on 4 Sept 2014, 06:04 last edited by
Hi
I have QtWebkit 1.0.
I have created a qml webview application in which i have opened http://www.google.com.
I would like to use QML keyboard element for giving input to the search field.
How can I do this?
Thanks and Regards,
Reshmi S. -
Hi,
Which QML keyboard element are you asking for ?
-
wrote on 5 Sept 2014, 13:30 last edited by
I have created a keyboard element in qml and I have to use that keyboard.qml whenever I am clicking on any textinput in different sites in my webview.
-
You will need to create a library. Then put it into plugins/platforminputcontexts directory. If it loads well then the VirtualKeyboard will be invoked automatically when ever a input field is clicked. Check this "blog":http://tolszak-dev.blogspot.in/2013/04/qplatforminputcontext-and-virtual.html for more details.
1/4