mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
10 lines
235 B
HTML
10 lines
235 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>ShowWhen</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<p showWhen="ios">
|
|
<b>(showWhen="ios")</b> This text is shown on iOS only. Click the Android tab to hide this text.
|
|
</p>
|
|
<ion-content>
|