Code
<ion-header>
...
</ion-header>
<ion-content>
...
</ion-content>
Putting fullscreen="true"
on ion-content
doesn’t seem to do anything. Inspecting from chrome devtools, both ion-header
and ion-content
seem to always have
position: absolute;
top: 0;
left: 0;
Also the parent <ion-page>
also seemed to have the same css rules. Changed it to position: relative
, didn’t do anything.
regardless fullscreen="true | false"
I’m on beta.11
, is that a known issue?