How to make a full screen page with back button

Hello…

I am trying to achieve the following result

Untitled

when I remove ion-header element I get the same result but without the back button
so is there a way to get a fullscreen page with a back button at the top?

Hi, @3adeling

Use below native plugin

Remove ion-navbar
Put custom back button in ion-header

Thanks,

thanks @addwebsolution… as it says in the docs, this plugin supports Android only!! what about IOS ?

How about useing a Modal and custom back button?

Give the ion-header a background-color of rgba(0,0,0,0)?
Or transparent?