Hi all,
I am experiencing a lot of troubles with the qt 5.2.1. One of the here is that WebView does not seem to handle
dropdown in pages. When you click on a dropdown nothing happens – leaving the entire WebView useless
!
Example:
import QtQuick 2.1
import QtWebKit 3.0
Rectangle {
width:1280
height:1024
WebView {
id:browser
anchors.fill: parent
url:"http://personal-computer-tutor.com/dropdown.htm"
}
}
↧