'How to fix ios notch issues using ionic 5 and capacitor 3?

I tried this one, but it doesn't work. Added
Added meta tag in the index.html tried this CSS property but does not work @supports (padding: max(16px)) { body { padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); } }



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source