软件开发app ionic适配iphone X 由 奈何col - 29 6 月, 2018 501 判断是否为iphone X的代码: if (this.plt.is('ios')) { this.isIos = true; if ((window.screen.width == 375) && (window.screen.height == 812)) { this.isIphone = true; } } 然后使用 [ngClass]="{'iphonex': isIphonex}" 添加适配