The background image of ion-content only appears in the browser, it does not appear in the Device in Ionic 4.
scss:
ion-content {
--background: #fff url("../../../assets/imgs/loginbg.jpg") no-repeat center center / cover;
}
html:
<ion-content padding>
</ion-content>
In broswer:
In Android device:
bug?