-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cross-browser support #45
Comments
I found one of the potential reasons. I prefer When I mechanically replaced all the Currently, the only web browser we can confirm to be supported is Chrome. |
If this persists .. lets add that to the readme to keep track |
I just did a quick browser check on the most recent versions of Safari and Firefox. Safari loaded the map correctly, but Firefox did not. There are some javascript errors in the console so it may be a quick fix. We should consider a more serious browser compatibility audit too since Farmview users are more likely than average to be on outdated software. |
The Firefox issue is on this line:
so almost definitely still the 'let' incompatibility. But I realized I was on a very old version of FF, and updating fixed the issue. We should still consider moving from 'let' to 'var' to support old FF and Safari versions. |
I disagree that we should move from |
I was trying to test some on-map interactivity features on Safari, to make sure nothing is Chrome-dependent. Safari failed to properly load the map.
Need to find out the reason and solution.
The text was updated successfully, but these errors were encountered: