Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70764

Ionic 4 Page Lifecycle Problem

$
0
0

@LazCoder wrote:

Hİ, When I add the following code to my app, the app closes when I press the back key of the phone when I enter the new page.

What should I do to prevent the application from closing when I move to a new page?

.....
subscription: any;
.....
ionViewWillEnter(){
    this.subscription = this.platform.backButton.subscribe(()=>{
      navigator['app'].exitApp();
    });
  }

  ionViewWillLeave(){
    this.subscription.unsubscribe();
  }

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70764

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>