Hi,
I tried to fix the Fullscreen-Issue with some private-api hacking.
But unfortunately I get:
ASSERT: "m_qioswindow->geometry().size() == bounds" in file qioswindow.mm, line 208
So it seems that the Qt-Team is guarding the view size (maybe to be backwards compatible to iOS 6). I think we depend on the Qt-Framework on that issue.
You can see the try in my fork.
Hi,
I tried to fix the Fullscreen-Issue with some private-api hacking.
But unfortunately I get:
ASSERT: "m_qioswindow->geometry().size() == bounds" in file qioswindow.mm, line 208
So it seems that the Qt-Team is guarding the view size (maybe to be backwards compatible to iOS 6). I think we depend on the Qt-Framework on that issue.
You can see the try in my fork.