-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
main.js IE11 syntax error #3354
Comments
Plus i have tried onTouchStart, onTouchEnd, onTap event instead of onClick evnet, none of these works. |
OK, i think i kinda know where the error comes from now, it looks the main.js has an syntax error in IE or any browser using IR as core, main.js (17547,25) |
related: #2747 |
same issue here |
The same issue here. OS: Win 10. |
Please try latest next@canary. not sure if it's still an issue. |
Hi all
I am using next as dependency to build a react universal rendering site. Just found out a very weird behaviour. In fact, if you check out any examples in this repo, say with-ga or with-redux, run dev locally, and add a simple page with a click button in it.
Then you try to visit this page in any android device's stock browser, the click event won't get fired, anyone had come acrosse this issue before? Is it function in the main.js that captures document event that did something fancy? Please help, I kinda run out of ideas.
The text was updated successfully, but these errors were encountered: