We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, do we have to put Reloader.reload() calls in a if (Meteor.isCordova) ?
Reloader.reload()
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
Reloader.reload is not a function(…)
location.reload() or location.replace(location.href
The text was updated successfully, but these errors were encountered:
Yes. IMO would be better if it worked in browser
Sorry, something went wrong.
Is the reason for why this does not work in a browser is because this package depends on cordova splashscreen package?
No branches or pull requests
Hi, do we have to put
Reloader.reload()
calls in aif (Meteor.isCordova)
?I get the error
Reloader.reload is not a function(…)
when trying to run on the browser instead oflocation.reload() or location.replace(location.href
The text was updated successfully, but these errors were encountered: