Hi everyone,
I am facing a design problem in the devices iPhone x and iPhone xs with the tab bar
is conflicting with the bar time on the device.
Hi everyone,
I am facing a design problem in the devices iPhone x and iPhone xs with the tab bar
is conflicting with the bar time on the device.
we need way more Info…
Please share the HTML Code of the Pages that don’t work
this HTML of the view, what does that contain the element ion-searchbar
<ion-header>
<ion-searchbar [(ngModel)]="searchTerm" showCancelButton="always" placeholder="Buscar por nombre ..." [formControl]="searchControl"></ion-searchbar>
</ion-header>
<ion-content scrollable="false" fixed >
<div class="alert-content">
<div class="avatar-pop-up"> .......
and the option < back is with the function this.navCtrl.push(NamePage)
i’m not sure if this is needed, but can you try to wrap the searchbar in an toolbar like:
<ion-header>
<ion-toolbar>
<ion-searchbar></ion-searchbar>
</ion-toolbar>
</ion-header>
You could try force restarting your iPhone and then to see if it still conflicts in the bar. Or you can use iOS system repair tools such as TunesKit iOS System Recovery to fix it if it is caused by ios system glitches.