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

Map is not defined #583

Open
w651662199 opened this issue Jun 17, 2019 · 5 comments
Open

Map is not defined #583

w651662199 opened this issue Jun 17, 2019 · 5 comments

Comments

@w651662199
Copy link

@w651662199 w651662199 commented Jun 17, 2019

Android 5.0 Map is not defined
image

@juliangarnier
Copy link
Owner

@juliangarnier juliangarnier commented Aug 13, 2019

Can you give more details? What browser are you using?

@perry14
Copy link

@perry14 perry14 commented Mar 7, 2020

Hi, @juliangarnier .

I have the same problem!

Android 4.4 Webview Uncaught ReferenceError: Map is not defined.

I find that a=new Map; in anime.min.js.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map#Browser_compatibility

As mentioned above, android 4.4 webview version(33) below 38. Map api is not supported.

@Palenew
Copy link

@Palenew Palenew commented Mar 5, 2021

same +1

Uncaught ReferenceError: Map is not defined.

@m1911star
Copy link

@m1911star m1911star commented Jul 6, 2021

same +1

Uncaught ReferenceError: Map is not defined.

You could import a polyfill for Map feature.

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

Successfully merging a pull request may close this issue.

None yet
7 participants
@juliangarnier @perry14 @m1911star @w651662199 @Palenew @kn0wn and others