@aslani_mobil wrote:
Searchbar doesn't show cancel button on Android but does in IOS? Does anyone know how i can get ionic 2 rc to show cancel button android too.
The searchbar:
<ion-searchbar placeholder="{{placeholder}}" cancelButtonText="Annuller" [showCancelButton]="true" (ionInput)="getItems($event)" (ionCancel)="onCancel($event)"></ion-searchbar>
Screenshot Android:
Screenshot IOS:
Posts: 1
Participants: 1