Page 1 of 1

Running html5 applications

Posted: Mon Feb 03, 2020 9:41 am
by ocean77
Is it possible to run a html5 application inside a Hollywood app by any means?

Re: Running html5 applications

Posted: Mon Feb 03, 2020 5:17 pm
by airsoftsoftwair
Obviously not inside Hollywood itself, I haven't had the time to write my own HTML5 engine yet ;) But you can always use OpenURL() to launch HTML5 stuff from Hollywood...

Re: Running html5 applications

Posted: Mon Feb 03, 2020 11:31 pm
by plouf
i guess the best "alternative" which is ALMOST if not EXACTLY what OP asks
is RapaGUI's HTMLview class

you can set content inside class with Contents
and if you are good in javascript and have imagination you can have some data pass through app using URL's GET atrtibutes

Re: Running html5 applications

Posted: Wed Feb 05, 2020 7:59 pm
by ocean77
Those suggestions might suffice. Thanks! :)