-3

How to avoid the virtual semi-transparent home button drawn on top over my application when the Android device has no physical home button?

I'm developing an Android application in Delphi 10.1 Berlin version.

This is what i have :

enter image description here

And this is what i need :

enter image description here

NOTE: this is on all device. but it's also look like it's connected with

<uses-sdk android:targetSdkVersion="23" />

defined in androidmanifest. when i replace 23 by 14 (for example) then it's work ok (but i need 23 to have all the permission features of marshmallow)

zeus
  • 12,173
  • 9
  • 63
  • 184

1 Answers1

0

Have you tried to set fullscreen to false on your form?

Please refer to immersive mode

Racil Hilan
  • 24,690
  • 13
  • 50
  • 55