I am toying with react.js. I created a simple-minded app It works on my desktop and on my android tablet, but I get a blank page, nothing else, on my phone, whether in the Android browser or in Firefox.
And yes, I did add the required
React.initializeTouchEvents(true);
Any ideas? Thanks.