Hello guys,
Anyone know how to fix this bug?
I am using the nav-forwarding direction, but when i go to the page, which has the tab-view (ion-nav-view) brings up a black background in the area.
Hello guys,
Anyone know how to fix this bug?
I am using the nav-forwarding direction, but when i go to the page, which has the tab-view (ion-nav-view) brings up a black background in the area.
Only add a style with background-color:#fff… haha
like this:
I presume this is on an ios platform? As ios has a background color on transitions, set in the SCSS:
$ios-transition-container-bg-color: #000 !default;
&[nav-view-direction="forward"],
&[nav-view-direction="back"] {
background-color: $ios-transition-container-bg-color;
}