I'm working on a custom touchscreen QML webview component based on QGraphicsWebView. One of the things I would like to be able to do is change the selection behavior so that it has selection handles similar to iPhone. I'm thinking if I could locate the beginning and end of selection I could draw the handles in an overlay QML component and use the QWebPage::WebAction(s) to affect selection.

Is there anyway to get selection geometry from the public API?

Is there anyway to get cursor location/geometry from the public API?

Cheers,
Roland
_______________________________________________
webkit-qt mailing list
webkit-qt@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to