[Interest] iPhone XS App area

ekke ekke at ekkes-corner.org
Sat Mar 2 16:06:12 CET 2019


from this bug comment
https://bugreports.qt.io/browse/QTBUG-64574?focusedCommentId=417073&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-417073


it's not supported on Android yet and no plans on 5.12.x

Am 01.03.19 um 19:39 schrieb Jason H:
> So for Android, if that is modified to:
> flags: ["ios", "android"].includes(Qt.platform.os) ? Qt.Window | Qt.MaximizeUsingFullscreenGeometryHint : Qt.Window
> And the navigation bar is still there and the app is not behind the
> bar,  that would be a bug? The docs don't mention Navigation bar:
> '''
> Informs the window system that when maximizing the window it should
> use as much of the available screen geometry as possible, including
> areas that may be covered by system UI such as status bars or
> application launchers. This may result in the window being placed
> under these system UIs, but does not guarantee it, depending on
> whether or not the platform supports it. When the flag is enabled the
> user is responsible for taking QScreen::availableGeometry
> <https://doc.qt.io/qt-5/qscreen.html#availableGeometry-prop>() into
> account, so that any UI elements in the application that require user
> interaction are not covered by system UI.
> '''
>  
> But I think it should?
>  
> *Sent:* Friday, March 01, 2019 at 12:25 PM
> *From:* "ekke" <ekke at ekkes-corner.org>
> *To:* interest at qt-project.org
> *Subject:* Re: [Interest] iPhone XS App area
> Am 01.03.19 um 18:06 schrieb Jason H:
>
>     I have an app and the LaunchScreen on the XS/XS Max shows up full-full-screen  but then the Qt app only goes full-screen, with the phone reaining the area for home button and the status bar.
>
>     What do I need to do to get Qt to take the full area? My code worked for the X....
>     _______________________________________________
>     Interest mailing list
>     Interest at qt-project.org
>     https://lists.qt-project.org/listinfo/interest
>
> so this doesn't work for XS/XS Max ?
>
> flags:Qt.platform.os==="ios"?Qt.Window|Qt.MaximizeUsingFullscreenGeometryHint:Qt.Window
>
>  
> _______________________________________________ Interest mailing list
> Interest at qt-project.org https://lists.qt-project.org/listinfo/interest

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190302/3107846e/attachment.html>


More information about the Interest mailing list