Thread
:
[Announce] Instago, an Instagram client for MeeGo / Harmattan
View Single Post
dirksonguer
2012-09-22 , 09:33
Posts: 84 | Thanked: 459 times | Joined on Sep 2012 @ Germany
#
46
Still working on the app, but at the moment I hit a bit of a bump when I realized that XMLHttpRequest does not support the DELETE method (since they "forgot" to implement it in Qt4.7). Bascially I need that for removing likes, follows and so on.
So, yeah, there seems to be a fix for 4.8 and 5.0, but since we are stuck on the N9 (for the official package) with 4.7.4, this is no good.
https://codereview.qt-project.org/#change,32533
Well, a webview in the background could somewhat work I guess as those are only events, but that pretty much sucks.
And then of course I could make a QNetworkRequest, but I want to stay with QML as much as possible (call me lazy
).
Any ideas of doing this?
Quote & Reply
|
The Following 2 Users Say Thank You to dirksonguer For This Useful Post:
caa
,
turbovomit
dirksonguer
View Public Profile
Send a private message to dirksonguer
Find all posts by dirksonguer