I am really lost when it comes to rendering express views onto the client, when the client is a cordova app.
There are a few obvious things, for example the app would need to make a GET request and the express app would render the view.
I'm not sure how to do that though, how does one make those requests?
In the emulator I tried alert(window.location.pathname)
and it shows android_asset/www/index.html
so that needs to be adjusted right?