-
Notifications
You must be signed in to change notification settings - Fork 467
UpdateInstalled Event should fire, after the reload #18
Comments
Yes, you probably right about that. |
Cool that you are still working on this project, you are my last hope ;) |
Thank you for your feedback! |
It's a great plugin, I just have one question, is it possible to restart app automatically and apply the new code. Because it seems I need to restart app 2 times before seeing changes (I did changes in some html template) Or am I using this wrong. |
@dongdh I moved your question to the separate issue, since it doesn't relate to this one. |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #371 for more information. |
The
UpdateInstalled event
fires directly after the update and not after your reload. I can do nothing with an event, that fires directly before a reload happens. Because i could never be shure if my code did rung through successfully.So the
UpdateInstalled event
should fire after the reload.The text was updated successfully, but these errors were encountered: