Hi everyone
How can I remove this black area between the phone navigation bar and the bottom part of the page in a phone canvas app (See screenshot)

Hi everyone
How can I remove this black area between the phone navigation bar and the bottom part of the page in a phone canvas app (See screenshot)
Hi @gikido,
Short answer is that you can, but you'll need to design your app to be 100% responsive - different phones have different resolutions and as such they will have different width and height ratios - this means that any app you design that you want to be 100% fullscreen will need to adjust itself according to the dimensions of that particular phone.
Here's a link to the MS Learn bit on responsive apps
Cheers,
Sancho