[webkit-qt] Qt5/Webkit2 and remote urls from local content

Denis Kormalev kormalev.denis at gmail.com
Thu Mar 15 07:04:02 PDT 2012


Hi all,

I'm trying to make WikipediaMobile working on Cordova for Qt5/QML using 
Webkit2. 

Html file is loading from local source and after it ajax requests to wikipedia 
api are sent. When app try to send ajax request to wiki api error occures with 
next description:
QNetworkReplyImplPrivate::error: Internal problem, this method must only be 
called once.

After this error ajax request ends with empty xhr.

In webkit1 there was localContentCanAccessRemoteUrls setting, maybe I need to 
set something in wk2 too? I tried to find it in sources, but failed. Or it is 
totally unrelated to cross-domain ajax and I need to look at something else?

-- 
Regards,
Denis Kormalev


More information about the webkit-qt mailing list