<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Switch off full screen mode for iOS and Android mobile application. How?]]></title><description><![CDATA[<p dir="auto">Hello all!</p>
<p dir="auto">How to switch off full screen mode of Qt application for iOS and Android? is there any way from QML directly in ApplicationWindow or Window components?</p>
]]></description><link>https://forum.qt.io/topic/164723/switch-off-full-screen-mode-for-ios-and-android-mobile-application.-how</link><generator>RSS for Node</generator><lastBuildDate>Fri, 26 Jun 2026 22:04:09 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164723.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 May 2026 13:36:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Switch off full screen mode for iOS and Android mobile application. How? on Wed, 17 Jun 2026 20:46:27 GMT]]></title><description><![CDATA[<p dir="auto">It's not exactly that been seeking. But your example is useful for some cases. Seeking solution to set Window to the safe area without using Rectangle and margins. Trying to find solution for old-fashion applications.</p>
]]></description><link>https://forum.qt.io/post/838800</link><guid isPermaLink="true">https://forum.qt.io/post/838800</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Wed, 17 Jun 2026 20:46:27 GMT</pubDate></item><item><title><![CDATA[Reply to Switch off full screen mode for iOS and Android mobile application. How? on Fri, 12 Jun 2026 15:51:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bogong">@<bdi>bogong</bdi></a><br />
Looking at the number of posts and reputation of yours, i am not sure, if you are looking for such a simple answer.<br />
But:</p>
<pre><code>Window {
    id: root
    visibility: Window.Maximized
    color: "#ff0000"

    Rectangle {
        anchors.fill: parent
        anchors.topMargin: parent.SafeArea.margins.top
        anchors.bottomMargin: parent.SafeArea.margins.bottom
        color: "#bbbbbb"
    }
}
</code></pre>
<p dir="auto">And a useful link, explaining how things work since Qt 6.9:<br />
<a href="https://www.qt.io/blog/expanded-client-areas-and-safe-areas-in-qt-6.9" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.qt.io/blog/expanded-client-areas-and-safe-areas-in-qt-6.9</a></p>
]]></description><link>https://forum.qt.io/post/838711</link><guid isPermaLink="true">https://forum.qt.io/post/838711</guid><dc:creator><![CDATA[felsi]]></dc:creator><pubDate>Fri, 12 Jun 2026 15:51:53 GMT</pubDate></item></channel></rss>