I am using the latest ionic and capacitor to develop my android app.
I started the live development server after configuration with ionic cap run android -l --external
and this is the result of 2 different android phones.
Phone 1: Samsung Galaxy Note 10 Lite (Latest Update)
Phone 2: Samsung Galaxy Z Flip 5 (Latest Update)
You can clearly see that the header in the Note 10 Lite overlaps with the icons in the notification bar, whereas it looks perfect in the Flip 5 phone.
What could be the issue and how to resolve it?
I have tried setting viewport-fit=auto
in the meta tag of index.html but nothing changed.