<?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[Determine size of the Top and Bottom bars on iOS and Android with QML. How?]]></title><description><![CDATA[<p dir="auto">Hello all!</p>
<p dir="auto">How to determine Top and Bottom bars on iOS and Android devices with QML without using native implementations? Need to calculate content resize parameters for keyboard appearing.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/562d1bc9-638d-4438-a3ab-16708ac4cd0c.png" alt="Screenshot 2026-05-29 at 16.28.56.png" class=" img-fluid img-markdown" /><br />
<img src="https://ddgobkiprc33d.cloudfront.net/7467c1ea-a3a5-4700-93bf-2e4420ee9623.png" alt="Screenshot 2026-05-29 at 16.32.09.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is there any universal solution for it in QML?</p>
]]></description><link>https://forum.qt.io/topic/164724/determine-size-of-the-top-and-bottom-bars-on-ios-and-android-with-qml.-how</link><generator>RSS for Node</generator><lastBuildDate>Fri, 26 Jun 2026 13:38:40 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164724.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 May 2026 14:51:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Determine size of the Top and Bottom bars on iOS and Android with QML. How? on Fri, 29 May 2026 15:55:02 GMT]]></title><description><![CDATA[<p dir="auto">Solution found. Since Qt 6.9  might be used <a href="https://doc.qt.io/qt-6/qml-qtquick-safearea.html" target="_blank" rel="noopener noreferrer nofollow ugc">SafeArea</a> with Window QML component. Code samples published <a href="https://github.com/ArboreusSystems/arboreus_examples/tree/master/qt6/CMake/SafeArea/SafeArea_v1" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. No need to use native code implementation for handling safe area on iOS or Android devices.</p>
]]></description><link>https://forum.qt.io/post/838449</link><guid isPermaLink="true">https://forum.qt.io/post/838449</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Fri, 29 May 2026 15:55:02 GMT</pubDate></item></channel></rss>