Open Cartman720 opened 7 years ago
Which browser did you use?
We should emulate mobile device for enabling tap event in some browsers of PC.
Hi
Thanks for response. I have tried on latest Chrome, and on both desktop and real mobile (Galaxy S5), as well as chrome devtools emulator of mobile. can you show me your example or step by step little tutorial about that, though I think it is very simple and problem is in my approach of using it.
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 工业聚 notifications@github.com:
Which version of Material-UI did you use?
In this demo https://lucifier129.github.io/material-ui/build/, it works well. Click here https://github.com/Lucifier129/material-ui/commit/709e9cc7988d586bf247faab37f81c4dc353878e 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 https://github.com/Lucifier129/react-lite/issues/96#issuecomment-276853078, 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). Switching tabs doesn't work well. Usually first click is not registered. Repeaded clicks are usually fine. https://lucifier129.github.io/material-ui/build/#/components/tabs
material-ui: 0.18.3 react-lite: 0.15.37 Chrome 59
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