-
Notifications
You must be signed in to change notification settings - Fork 98
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
React-Lite, Material-UI and fastclick problem #96
Comments
Which browser did you use? We should emulate mobile device for enabling tap event in some browsers of PC. |
Hi Thanks for response. |
Hi Lucifer
all my packages are latest versions, I tries to click on IconButton but
nothing occures.
Will try to create example and show you.
Thanks!
2017-02-02 6:47 GMT+04:00 工业聚 <[email protected]>:
… Which version of Material-UI did you use?
In this demo <https://lucifier129.github.io/material-ui/build/>, it works
well. Click here
<Lucifier129/material-ui@709e9cc>
to see the commit of code change.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL4z7yTVp2OQjBeU0P85qtZXVWZGVk7Tks5rYUPcgaJpZM4LzncB>
.
|
@Lucifier129 Great work. But I also have an issue with material-ui. In chrome (ff seems ok). material-ui: 0.18.3 |
Hi, I am using react-lite and its's
react-lite/lib/react-tap-event-plugin
with installed as dependency fastclick, because without fastclick webpack throws error sincereact-lite/lib/react-tap-event-plugin
requires it. Everything was great until I opened browser and clicked on material-ui buttons and found that my click events don't working. Maybe I have done something wrong.I found react-lite really useful, but this is huge problem because my project uses material-ui and as I found they are not compatible.
that would be great if someone could help me with this!
Thanks in advance.
And this is my webpack with aliases
The text was updated successfully, but these errors were encountered: