Hello,
I would like to know if there is a way to prevent the app screen from extending into the notch / front camera area of the mobile phone.
Is there a setting or property in MIT App Inventor that allows me to control whether the app uses the notch area or stays below it?
I have already tried the Sizing options:
Fixed
Responsive
But neither of them had any effect on the notch area.
Could someone please explain if this can be controlled from within MIT App Inventor, and if so, how?
Thank you.
Anke
August 4, 2026, 2:44pm
2
Hmm, Android or iOS.? Post a screenshot and the aia
Karim_Alkhabbaz:
I would like to know if there is a way to prevent the app screen from extending into the notch / front camera area of the mobile phone.
Is there a setting or property in MIT App Inventor that allows me to control whether the app uses the notch area or stays below it?
I have already tried the Sizing options:
Fixed
Responsive
But neither of them had any effect on the notch area.
Could someone please explain if this can be controlled from within MIT App Inventor, and if so, how?
Hi
Thanks for reply …
the attached is an example … see the front camera ….
Android phone
Anke
August 5, 2026, 10:56am
4
To prevent this in landscape mode, set AlignHorizontal to "right," insert a vertical arrangement, set its width to 95%, and place your content inside it.