@mattinnz wrote:
Hi,
I have the following in a modal template:
<button ion-button (click)="cancel()"> <span ion-text color="primary" showWhen="ios">Cancel</span> <ion-icon name="md-close" showWhen="android,windows"></ion-icon> </button>When running in
ionic serve --labit works as expected. However in normalionic serveI won't see any of these buttons. Which also makes sense, but I was wondering what the "platform" spec should be so that it appears in that context too?regards
Matt
Posts: 1
Participants: 1