Keyboard not working in QWebView
-
wrote on 6 Feb 2018, 18:19 last edited by
My keyboard isn't working within the QWebView widget, I can't type anything into input fields on web pages. The keyboard works fine for other text input widgets within the app it just doesn't work in QWebView. Am I missing something?
-
wrote on 6 Feb 2018, 18:44 last edited by
Do you mean virtual or physical keyboard?
-
wrote on 6 Feb 2018, 18:48 last edited by
physical
-
wrote on 6 Feb 2018, 19:03 last edited by
Can you input text in QtWebKit example applications?
-
wrote on 7 Feb 2018, 17:36 last edited by
Good suggestion. Yes, it worked in the examples. I found the issue, there was a layer of code above my app that was restricting keyboard events. I was able to disable that and get it to work.
1/5