Java/ECMA script error in BrowserNG
-
I am new to Qt and, I have facing the problem with Nokia 5230 BrowserNG/7.2.5.2
that it could load or evaluate the javascript and giving the messageJava/ECMA script error:
how can i resolved that issueBasically i am using QDesktopServices::openUrl(QUrl(urlString));
Thanks in Advance.
-
How is this related to Qt?
QDesktopServices::openUrl() starts a browser pointing it to the URL given. What happens then is entirely up to the browser. Maybe you could check the javascript with other browsers and/or file a bug report against BrowserNG?