LoginSignup
2
1

More than 5 years have passed since last update.

Modalを使った時にionViewDidLoadが動かない問題

Last updated at Posted at 2017-06-20

Modalで呼び出した時、ionViewDidLoadが動かないので、調べるとionViewDidEnterを使えと。

お恥ずかしいけど、メモ。

よく見るとオフィシャルのドキュメントにもこう書いてありますね。

Runs when the page has loaded. This event only happens once per page being created.
If a page leaves but is cached, then this event will not fire again on a subsequent viewing.
The ionViewDidLoad event is good place to put your setup code for the page.

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1