Reload-Before-Resume

So those who’ve developed Mobile apps with Meteor + Cordova have seen that the refreshing of the app is a bit janky once new code is pushed online. The only solution to clean that up is the Reload-On-Resume package, however its still pretty unconvential to normal native apps, would there possibly be a way for Cordova to instead check if a new change has been pushed before loading the app at all? This would ensure that the user is always on the latest version when they load the app.

Just published https://atmospherejs.com/jamielob/reloader - check it out and let me know how it works for you!

1 Like

@jamielob: Looks awesome!

1 Like