PDA

View Full Version : QInputContext in QWebView



qwaz
22nd July 2013, 13:16
Hi,

I have a problem with QInputContext in QWebView. RequestSoftwareInputPanel event is generated by QWebElement after two clicks (First one provides focus on this element, second one generates RequestSoftwareInputPanel event).
Is there a way to make it generate these event on first click? Or is there another way I should handle virtual keyboard for QWebView?

Regards