Hi,
When a user installs and opens a Cordova app that has a pending update for the first time, he can start using the app and then be interrupted by a reload.
This is a bad user experience, and I’m a bit worried that Apple or Google reviewers will also complain about this.
I would prefer to show a wait screen while I check to see if there is a pending update. Does anyone know how to do this?
I found
Autoupdate.newClientAvailable()
but I need something like
Autoupdate.newClientCheckComplete()
which doesn’t exist.
Looking at the code for the autoupdate package, it seems you would need to make code changes to it to achieve this. Is there a simpler way?
Thanks,
G