QtWebKit virtual keyboard problem
Qt WebKit
4
Posts
2
Posters
2.9k
Views
1
Watching
-
Hello, I've created a c++ class derived from QGraphicsWebView to make a simple web application. Now It's working fine but it has a big problem: when you click on a html5 input box QtWebKit does not handle the position of the webview that remains the same and the keyboard (in splitscreen mode) hides the input box avoiding user to see what he's writing, so the user has to set it automatically but this can't be done everytime because sometimes text input box are at the bottom of a page. Can anyone help to solve this problem?
-
And what is happen when you use QWebView not QGraphicsWebView?