Software Archive
Read-only legacy content
17061 Discussions

ask for user update for mobile app

nermeen_m_
Beginner
350 Views

HI all,

If there is any new updates in the mobile app, I want to ask the user to make these updates when the app startup

if there is no changes on the app, nothing happens

0 Kudos
1 Solution
Elroy_A_Intel
Employee
350 Views

By default, standard HTML5 applications are executed sequentially unless you are using a JS framework like Ionic framework of which exposes phases of the views lifecycle (loaded, enter, leave, before enter, etc.). For more information on this particular lifecycle approach, visit http://ionicframework.com/docs/api/directive/ionView/.

View solution in original post

0 Kudos
2 Replies
Elroy_A_Intel
Employee
351 Views

By default, standard HTML5 applications are executed sequentially unless you are using a JS framework like Ionic framework of which exposes phases of the views lifecycle (loaded, enter, leave, before enter, etc.). For more information on this particular lifecycle approach, visit http://ionicframework.com/docs/api/directive/ionView/.

0 Kudos
nermeen_m_
Beginner
350 Views

I am using HTML5, I will try if I uploaded a new version of my app on the play store it will automatically ask for update or not

thank you

0 Kudos
Reply