PDA

View Full Version : qwebview and text input disabled



gab74
9th October 2013, 16:20
I've a simple Qwebwiew widget opening a simple page with a form and 2 text fields.
Name and surname.

When i execute the widget the page is displayed but the 2 text field are disabled..i cannot put any input.
Why this ?
Is there something to set, for working with input text fields ?

Thanks to all !!

the page is simple

<form>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>

brcontainer
9th October 2013, 20:31
For me is working normally,
could answer this:

What version of QT?
QWebView to mobiles or Desktop?
Could you post the code (or part)?