I have a QML app which uses WebView to show some data from a remote url
if the javascript setting of the WebView object is enabled the app crashes on Symbian device, if the setting is disabled the WebView shows the page but obviously no javascript is running which is not the desired effect.
An example for the url is: "http://www.themarker.com/misc/iphone-article/1.1681964"
How can i know which part of the javascript cause it to crash? how can i debug it? why does javascript on webpage cause WebView to crash like that? (is it a matter of capabilities?)



