reloader
reloader copied to clipboard
Do we have to put Reloader.reload() in isCordova
Hi, do we have to put Reloader.reload() calls in a if (Meteor.isCordova) ?
I get the error Reloader.reload is not a function(…) when trying to run on the browser instead of location.reload() or location.replace(location.href
Yes. IMO would be better if it worked in browser
Is the reason for why this does not work in a browser is because this package depends on cordova splashscreen package?