Search code examples
angularjsangular-ui-routerionic-frameworkionic-view

ionic framework on transition of page or navigation displaying black screen


I have been stuck on problem related to the ionic framework in which , whenever I click on slide menu then befor page slide, dark black color occurring like black box in iPhone and iPad, and same it is happing each and every click of slide or transition or navigation.

So any body has solution regarding that please let me know.

Thanks Shivam


Solution

  • Add transparency to background between view transition:

    [nav-view-transition][nav-view-direction] { background-color: transparent; }

    I added the above css to my custom styles.css.

    Also, remove any abstract states and this should fix your black screen issue between navigation(s).