View Single Post
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?
 

The Following 2 Users Say Thank You to dirksonguer For This Useful Post: