Black block on screen while transitioning - after update to rc.0

I found the solution here on the ionic forum:

Short answer: it is a css issue, please use following css code to get rid of it:

[nav-view-transition=“ios”][nav-view-direction=“forward”],
[nav-view-transition=“ios”][nav-view-direction=“back”] {
background-color: transparent;
}

1 Like