Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 732 Bytes

[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