Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Blocking Issue WebView: in QML does not handle dropdown lists

$
0
0
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"       }   }

Viewing all articles
Browse latest Browse all 4972

Trending Articles