I am creating html autostart by loading it by default browser, you have a lot of problems, eliminating inconsistencies and more problems when loading Internet Explorer, for example, users must click the icon above when some javascript is loaded, etc. Which is the best solution for creating a small stand-alone application with full browser control in it, which will load an html file called index.html from the application path.
That is, if I have browser.exe in cd, it will load index.html from the cd directory. The browser must be based on webkit or Gecko. So far I have used xulrunner ... but its abundance, especially when the file to upload is only a few kilobytes. It uses many system resources.
I have experience with vb.net (but this requires .net framework) and php for windows. And basic python, c and javascript. Where should I start and what are your suggestions?
Update:
It is assumed that this is a shell or browser without chrome that will load html. Thus, the only necessary functionality is autostart and html loading in full screen mode, that’s all! So air, .net etc will not do the job. It should be a separate exe.
source
share