Page 1 of 1

Deploying locally

Posted: Fri Sep 04, 2020 7:40 am
by MichaelHughes
I currently have my apps running with a web server providing the index.html etc to a browser.

You used to have a page about running it locally as an installed app such as on a phone. The page seems to have disappeared.

Can you give me the link of that page please. I want to install my app on a computer and load the pages locally into a htmlrenderer with a chrome engine. So like the CSHTML5 app you wrote with version 1.

I want to bypass having to set up a webserver for local use. I am using a WebSocket server for non static stuff which is fine.
I just want to load the index.html and other static pages without having to set up an external web server.

Re: Deploying locally

Posted: Sat Sep 05, 2020 8:12 am
by fangeles
Hi,

I have successfully created an Android Package (apk) using Apache Cordova from the generated output files. I think creating a windows store app is possible as Apache Cordova supports cross platform.

Take a look at this:
https://cordova.apache.org/


Also, WCF Web service calls are working just fine.

Hope this helps :)

Re: Deploying locally

Posted: Sun Sep 06, 2020 3:04 am
by MichaelHughes
Thanks I'll take a look. :-)

I also know there used to be a page or two on it from Userware but they seem to have taken it down