Whereas in Android Native there is the onResume()
that is part of the life cycle of an activity. Look this:
public void onResume() {
super.onResume(); // Always call the superclass method first
}
What is the equivalent method to onResume()
in Ionic 2?
You can use Platform.resume
of ionic 2 as explained here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With