Skip to content
New issue

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

Package breaks app on certain Android devices #29

Open
derwaldgeist opened this issue Jan 23, 2016 · 2 comments
Open

Package breaks app on certain Android devices #29

derwaldgeist opened this issue Jan 23, 2016 · 2 comments

Comments

@derwaldgeist
Copy link

This package is using performance.now(), I guess it is this line, but there maybe more:

return performance.now();

performance.now() is not available on older Android devices. On my Android 4.2.2, this broke the app, because the Meteor objects were not initialized due to the exception. I recommend checking for the existence of performance.now before it is called and use new Date().getTime() as a fallback.

@arunoda
Copy link
Contributor

arunoda commented Jan 24, 2016

Thanks. Will work on this.

@arunoda
Copy link
Contributor

arunoda commented Mar 4, 2016

Could you check this now? Did a new release with a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants