Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229600

Add a glass to ion-page

$
0
0

You can use cordova plugin add cordova-plugin-device :

html

<my-page class="ion-page show-page"  [ngClass]="{'device-ios-iphonex': isIphonex}>"

typescript

if(device.model == 'iPhoneX '){
   this.isIphonex = true;
}else{
   this.isIphonex = false;
}


Viewing all articles
Browse latest Browse all 229600

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>