<?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 scrolling application window up when virtual keyboard appeared . How?]]></title><description><![CDATA[<p dir="auto">Hello all!</p>
<p dir="auto">When QML component TextInput attached to the bottom of application window and active focus is on this component, entire application window scrolling up when virtual appeared.</p>
<p dir="auto">How to switch this scrolling up? Need to keep application window as it is.</p>
]]></description><link>https://forum.qt.io/topic/164731/switch-off-scrolling-application-window-up-when-virtual-keyboard-appeared-.-how</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 06:56:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164731.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 May 2026 12:05:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Switch off scrolling application window up when virtual keyboard appeared . How? on Wed, 01 Jul 2026 16:07:12 GMT]]></title><description><![CDATA[<p dir="auto">For now haven't found any global solution to prevent window pan (scrolling up). If there are any and you know something about it write it here please.</p>
<p dir="auto">Found only solution to trick it for iOS and switch off for Android with manifest.<br />
Briefly for IOS need to be added custom event filter for TextInput that is falsifying QRectF of cursor position.<br />
For Android  just add to activity section this:</p>
<pre><code>android:windowSoftInputMode="adjustNothing
</code></pre>
<p dir="auto">Here got published <a href="https://github.com/ArboreusSystems/arboreus_examples/tree/master/qt6/CMake/PreventWindowPan/PreventWindowPan_v1" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> tested with Qt 6.11.1 It's using SafeArea (since Qt 6.9)</p>
]]></description><link>https://forum.qt.io/post/838948</link><guid isPermaLink="true">https://forum.qt.io/post/838948</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Wed, 01 Jul 2026 16:07:12 GMT</pubDate></item></channel></rss>