<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hi all,</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I'm wondering if anyone here has tried to enable edge-to-edge mode for QML apps, and whether they were successful.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I've briefly looked into implementing edge-to-edge for Elisa but it seems to be incompatible with the current implementation of QtActivity:</p>
<br /><ul type="disc">
<li>`enableEdgeToEdge` is not usable because `QtActivity` does not extend `ComponentActivity`</li>
<li>`WindowCompat.setDecorFitsSystemWindows(getWindow(), false);` also doesn't seem to work because `QtActivity` calls the conflicting method `setSystemUiVisibility` (at least, I haven't figured out how to make it work yet)</li>
</ul>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Does anyone know if there is an older Android API to achieve the same effect? Any advice on this is greatly appreciated.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Btw I also noticed the new KWindowInsetsController will eventually have to be ported to use edge-to-edge (`setStatusBarColor` is now deprecated), so maybe this topic will be interesting to all KDE Android developers.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Cheers,</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Jack</p>
<br /></body>
</html>