EvaluateJavaScript was removed in QtWebKit 3.0 ?
-
Hi,
When I use "evaluateJavaScript" method of WebView in QML by importing QtWebKit 3.0
I got the error "TypeError: Object [object Object] has no method 'evaluateJavaScript' "
How can I use "evaluateJavaScript" method of WebView? Do I need to import QtWebKit.experimental 1.0? but QtWebKit.experimental 1.0 is not available.