-
Notifications
You must be signed in to change notification settings - Fork 323
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
mimeType is not defined #338
Comments
The mimeType in I'm not sure how this can occur; what is the value of |
Hey @Manny-Mobfish, I am having the same issue as you are. Were you able to resolve this? I had the polyfill working prior but not anymore. Additionally, I don't know if you have experienced this as well but it seems to me that in development mode, the polyfill works just fine but after deployment, the problem occurs. Any thoughts? |
Actually, I got it to work. Instead of installing the polyfill through npm, I used the instructions for the <script> process and places |
What's the issue here, something with whatever bundler is being used? Is there anything that can be fixed in the codebase, or is this a downstream issue? In which case, there could be a more helpful error |
I'm facing the same issue (ios13 with chrome or safari). The strange thing is that with chrome on my PC with mobile phone emulator it seems to work. |
Description:
Hello,
when I include the latest version of webvr-polyfill to our react-360 application im getting the following error message:
Uncaught ReferenceError: mimeType is not defined
This error does not appear on the latest Desktop Browser of Chrome. It's just on a mobile-phone the case.
Additional Information:
The text was updated successfully, but these errors were encountered: