Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Ionic 2 RC1: Loading dismissOnPageChange & ionViewDidLoad #136

Open
ionitron-bot bot opened this issue Nov 28, 2018 · 0 comments · May be fixed by Jankyboy/ionic-v3#21 or Jankyboy/ionic-v3#26
Open

Ionic 2 RC1: Loading dismissOnPageChange & ionViewDidLoad #136

ionitron-bot bot opened this issue Nov 28, 2018 · 0 comments · May be fixed by Jankyboy/ionic-v3#21 or Jankyboy/ionic-v3#26
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 28, 2018

Original issue by @MankinPT on 2016-10-25T16:41:37Z

Short description of the problem:

Creating a Loading via LoadingController with dismissOnPageChange: true on ionViewDidLoad(). The Loading will be dismissed on its own.

What behavior are you expecting?

I expect that when I create a Loading on ionViewDidLoad(), it will continue open until I explicitly dismiss it or there is a page change (ionViewDidLoad should not trigger a page change).

Steps to reproduce:

  1. In ionViewDidLoad() method
  2. Create Loading via:
    this.loginLoading = this.loadingController.create({ dismissOnPageChange: true });
  3. Loading closes on its own (if I remove dismissOnPageChange it stays opened).

`

Which Ionic Version?
2 RC.1

Run ionic info from terminal/cmd prompt:

Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
OS: Windows 8.1
Node Version: v4.4.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
0 participants