[Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nuno Santos
Hi, I haven’t upgraded to iOS 8 yet. Can someone tell me if Qt 5.3.2 is compatible with iOS 8? I’m having problems using it on simulator! Crashes, bad behaviour, etc Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nils Heidorn
Hi ! I am working with 5.3.2 iOS 8. So far it seems to work, obviously there were some differences (i had a crash because of the UIActivityController needing more parameters). But 99% works. I DO have a problem that my App (GUI is QML) is not resizing itself when moving the iPad from Portrait

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Kate Alhola
It is compatible but screen rotation does not work out of the box. I needed to do couple of patches to make it work. Kate On Fri, Oct 10, 2014 at 9:54 AM, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I haven’t upgraded to iOS 8 yet. Can someone tell me if Qt 5.3.2 is compatible with iOS

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Federico Buti
The rotation issue is a known bug and will be resolved with 5.4. I have two apps wrote in C++/QML. One works perfectly (apart the known rotation issue). The other relies on an external library and it sometimes crashes during start-up. The crash happens also on the already deployed app if used on

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nils Heidorn
Hello Kate, xould you show what you had to do to make it work ? (i could think of something crude like trying to detect the orientation manually and then swap the h/v sizes but i dont like that. Do you have something more elegant ? Greetings, Nils It is compatible but screen rotation does not