create-react-app not working when added to android home screen

Viewed 1098

I got an app created with react material-ui, react-router v4 and using featherjs as backend. If I visit from the browser, the data loads and render but when I add it to my smartphone's home screen and view it. It doesn't load any data or render.

What's the problem? How can I debug this?

1 Answers
Related