How to put image in both <ion-header> and <ion-content> in Ionic
问题 I'm currently developing Ionic app and stuck at implementing image in both ion-header and ion-content. Here's screenshot how I implemented. As you can see from screenshot, ion header and ion-content contents are hidden because I set image z-index to high number; Could anyone please suggest how to achieve this? Thanks. 回答1: There's an easier way to do that, and it's by using the fullscreen property from the ion-content component (docs). So the trick is to make the content to be fullscreen and