DEV Community

Discussion on: Making a Single Page App in ye good olde JS (ES6)

Collapse
 
danielwahl profile image
Daniel Wahl

Really nice job and super clean code.

I've a question, I'm developing an App with Cordova and wanted to try out your method with routes.
But the hash routes aren't working on emulating ios, do you have ever tried this method with Cordova?
The webapp (testing in browser) is working fine.

Collapse
 
rishavs profile image
Rishav Sharan

Thanks for checking my stuff out.
I have never worked on Crodova, so I am not sure what might be the issue.

But maybe Cordova struggles with client side routing.
A quick search threw me here. Maybe that might help.
github.com/ReactTraining/react-rou...