Stewag 2 Posted 9 hours ago The Android edge-to-edge problem is claimed to be fixed with Delphi 13. Have you tried? Share this post Link to post
Rollo62 608 Posted 25 minutes ago 9 hours ago, Stewag said: The Android edge-to-edge problem is claimed to be fixed with Delphi 13. Have you tried? What means "fixed", where is this noted? There are use-cases in views where I want edge-to-edge and where I don't. Is there a kind of switch in Delphi to handle this, perhaps even on-the-fly? Personally I think the right way would be to do this in the manifest file, but this is for the whole application only. Perhaps it would make sense to have options to switch the Form between normal, normal-edge-to-edge, fullscreen, fullscreen-edge-to-edge, without hacking this on my own. Now a solutions could be to insert layouts and elements on the form, in the way you want, showing or don't showing depending on the version. I'm still installing and setup a fresh Delphi 13, if you have infos I can try to test this. Share this post Link to post