I\'ve been working with react for a couple of months now, but have just run into something a little weird.
Click events aren\'t being fired at all on mobile devices:
There are a few issues in React's Github project which might be helpful.
Looks like, you need to add a CSS cursor:'pointer' so that mobile phones (iOS devices specifically) fire native click event on the element.