AyogoHealth / cordova-plugin-update-notifier

Cordova plugin for showing a notification for app updates.
Apache License 2.0
27 stars 10 forks source link

Imposible close updating window #9

Closed belozer-ti closed 3 years ago

belozer-ti commented 3 years ago

After click on close button updating window close and opens again.

dpogue commented 3 years ago

Are you seeing this on iOS or Android?

belozer-ti commented 3 years ago

@dpogue Android 11. I tryed debug plugin. onStart method calls after close updating window.

belozer-ti commented 3 years ago

@dpogue do have any ideas for fix it?

dpogue commented 3 years ago

@belozer-ti It might be possible to move the update check to pluginInitialize, but that might also be too early or not run on the right thread.

I'm hoping to have a chance to look into this more later this week.

belozer-ti commented 3 years ago

@dpogue do you have updates? :)

dpogue commented 3 years ago

The fix is released as cordova-plugin-update-notifier@1.1.0