Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi.
Is it possible to detect whether user has edited anything / some certain field within QWebView?
Alright, I'll be detecting changes by title. Now, is it possible that QWebView doesn't know that onKeyUp within textarea is? It seems not to catch events dispatched by it.
It doesn't seem to respond to element.addEventListener("input",function(){alert('!')},false); either...