vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

Cancel installation - Update-Progress-Popup gets displayed #11

Closed brauchle closed 7 years ago

brauchle commented 8 years ago

If the user cancels the installation of the update, the update-progress popup gets displays.

Furthermore, if the user hides this popup (by clicking on 'Update in background') and the application calls your plugin another time, the progress-popup will be displayed instead of the normal popup. The normal Update-Popup gets only displayed, if the user quits the application and restarts it.

Best Regards Andreas