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

v3.0.0-rc1 > navigator.languages is undefined #29

Open
oodavid opened this issue Jun 11, 2015 · 2 comments
Open

v3.0.0-rc1 > navigator.languages is undefined #29

oodavid opened this issue Jun 11, 2015 · 2 comments

Comments

@oodavid
Copy link

oodavid commented Jun 11, 2015

Upgrading from v2 to v3 and I'm getting a "navigator.languages is undefined" error.

@oodavid oodavid changed the title navigator.languages is undefined v3.0.0-rc1 > navigator.languages is undefined Jun 11, 2015
@mgh
Copy link
Contributor

mgh commented Jun 12, 2015

You mentioned in your other issue that this was on iOS and you managed to work around it. Is the workaround something we can ship? Thanks!

@oodavid
Copy link
Author

oodavid commented Jun 12, 2015

I just wanted to skip the error to see if any other issues came up:

var langs = navigator.languages || [ 'en' ];

I don't know if this is limited to iOS as I've not been able to build for Android

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