Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.0
-
None
-
System:
Linux 3.8.0-25-generic #37-Ubuntu SMP i686 i686 i686 GNU/Linux
Desktop:
Kubuntu 13.04
Qt:
http://download.qt-project.org/official_releases/qt/5.1/5.1.0/qt-linux-opensource-5.1.0-android-x86-offline.run
Qt Creator:
Qt Creator 2.8.0
Based on Qt 4.8.4 (GCC 4.6.1, 32 bit)
Built on Jul 10 2013 at 10:26:49
From revision e52383dbef
Target devices tried:
device 1:
Samsung Galaxy Tab 2 10.1
Model: GT-P5110
Android-version: 4.0.4
Kernelversion: 3.0.8-1060237, dpi@DELL158 #1, SMP PREEMPT (august 2012)
SDK: android-10
device 2:
Samsung Galaxy S4
Model: GT-I9505
Android-version: 4.2.2
Kernelversion: 3.4.0-1081224, (July 2013)
SDK: android-17
System: Linux 3.8.0-25-generic #37-Ubuntu SMP i686 i686 i686 GNU/Linux Desktop: Kubuntu 13.04 Qt: http://download.qt-project.org/official_releases/qt/5.1/5.1.0/qt-linux-opensource-5.1.0-android-x86-offline.run Qt Creator: Qt Creator 2.8.0 Based on Qt 4.8.4 (GCC 4.6.1, 32 bit) Built on Jul 10 2013 at 10:26:49 From revision e52383dbef Target devices tried: device 1: Samsung Galaxy Tab 2 10.1 Model: GT-P5110 Android-version: 4.0.4 Kernelversion: 3.0.8-1060237, dpi@DELL158 #1, SMP PREEMPT (august 2012) SDK: android-10 device 2: Samsung Galaxy S4 Model: GT-I9505 Android-version: 4.2.2 Kernelversion: 3.4.0-1081224, (July 2013) SDK: android-17
Description
I have been playing around with QtQml on android. Running on android it seems like javascript XMLHttpRequest objects can't access HTTPS sites. Requests to normal HTTP sites are accessed with no problem.
The XMLHttpRequest object ends with readyState: 4, status: 0 and an empty responseText.
However, if I build my program as a desktop application it works fine.
I have made a simple as can be Qml document that shows the problem.
Best Regards Jakob Simon-Gaarde