QtWebView drag and drop
-
Hi,
I am trying to make use of the QtWebView QML component to integrate a small web browser in a largely widgets based application for when we are compiling for Android.
Does anyone know how to enable drag and drop so I can pull content out?
The QML item is contained in a QQuickWidget. It doesn't work by default (so unlike at the (currently) webkit version of the component I have working for desktop), and I can't see how to hook into user events (touch/mouse) although I don't know what I would do if I could.
Any help would be massively appreciated.