Open Manny-Mobfish opened 5 years ago
The mimeType in Util.dataUri
is only called by loadIcon_
with a hardcoded value type:
I'm not sure how this can occur; what is the value of mimeType
here?
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 Githubissues.
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: