I have looked all over the web for this sort of thing i’ve found lots of similar questions and articles but none answer this. I have a large HTML 5 application and i want to run it as an executable on windows as a full screen native application. I can image you could do it through a webkit later in c++ but i don’t know c++ and don’t have time to learn it thoroughly unfortunetly.
Can anyone suggest the best way to make my html5 application run as a full screen windows app?
Found a solution, I downloaded Chromium portable and put the app files in the same folder, then I start chromium portable with a .bat file like so:
which tells it to start in full screen mode and go straight to the app.html home page, hope it helps other people