-
Notifications
You must be signed in to change notification settings - Fork 52
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
Symbol unvailable: suggest for replacement #8
Comments
Also seems to fail on safari browsers ( tested on v 8.0.8 ) |
And I also tested this modification - it also works on safari |
sponnet
added a commit
to A-StadLabs/poezenclub
that referenced
this issue
Mar 6, 2016
…bol object ( = ECMAScript 6 , not supported in Safari e.a ) ConsenSysMesh/hooked-web3-provider#8
Just faced the same problem using Firefox for Linux and Safari. |
Note that we solved this problem using the link above... Please Let us know if this also solves yours. Thx |
Thanks @sponnet, it does work for my cases as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using hooked provider and lightwallet libs for our mobile wallet LETH (https://github.com/inzhoop-co/LETH) and we find some issues using Symbol on android devices.
Symbol is unvailable for more devices so we suggest a fix with a replacement using forEach, like this :
Look at our version on github for complete file:
https://github.com/inzhoop-co/LETH/blob/master/www/lib/thirdparty/hooked-web3-provider.js
Great work!
The text was updated successfully, but these errors were encountered: