/ios-tabs-error

[Ionic1] Example to reproduce strange blank page effect while navigating between tabs pages.

Primary LanguageTypeScript

[Ionic2] ios-tabs-error

Ionic2 application to reproduce strange 'blank page effect' when navigate between two different tabs pages on iOs.

Ionic forum topic

  1. Install the the latest beta version of the Ionic CLI:

    npm install ionic@latest -g
    
  2. Clone this repository

    git clone https://github.com/ramoncarreras/ios-tabs-error
    
  3. Navigate to the ios-tabs-error directory:

    cd ios-tabs-error
    
  4. Install the dependencies

    npm install
    
  5. Start the app in the browser

    ionic serve
    
  6. Follow application steps to reproduce this issue