You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to get the app loading a page served by express on startup.
We are testing to port a browsergame to jxcore wich required web workers on the frontend.
My hope is that this becomes possible with jxcore, since cordova does not work with them because the application is not loaded from a server url with it (security issue).
Hello,
is it actually possible to render pages from the Express Server right within the ios app?
Actually cordova drops an error "index.html not found" using simple routings like with the code below:
The text was updated successfully, but these errors were encountered: