Problem with navbar on Android

i can’t handle event when i add everything element to navbar (Ex:

… ) on Android it still work well on ios
my code <ion-navbar> <ion-title center>i will cook ...</ion-title> <p (click)="next()" [ngClass]="{'btn-next': isIOS === true, 'btn-next-android': isIOS === false}">Next</p> </ion-navbar>

thanks for reading my question and thanks for any solutions :blush: