Page 1 of 1

HTML5 Active Development?

Posted: Mon Dec 31, 2018 5:50 pm
by allengwinn
I am building a mobile app for my University (I'm now a professor, fired from my previous job in academic technology--proving that just because you get fired from a job at a University it doesn't necessarily mean you can stop doing your old job!). I decided to just play with HTML5 and after about 10 minutes I had the app fully deployed on a website (Livecode hosting of all places!). Super cool and super trivial to deploy.

Might I suggest, to whoever is working on it, focusing on app scaling in mobile browsers (Safari, Chrome and Firefox)? This would be a great way to show off Alpha and Beta versions of apps under development. It would certainly be a great alternative to the m******bation you have to go through just to get an app deployed on Testflight.

It might be nice to have "the environment" be "html5" instead of "standalone application" as well.

Re: HTML5 Active Development?

Posted: Tue Jan 01, 2019 12:09 pm
by bogs
That is an interesting idea.

Re: HTML5 Active Development?

Posted: Tue Jan 01, 2019 6:27 pm
by jacque
It might be nice to have "the environment" be "html5" instead of "standalone application" as well.
The "platform" function will give you that at least.

Re: HTML5 Active Development?

Posted: Tue Jan 01, 2019 7:56 pm
by [-hh]
It is great that you join the "HTML5-community".
allengwin wrote:Might I suggest, to whoever is working on it, focusing on app scaling in mobile browsers (Safari, Chrome and Firefox)
This would lead to focus on the worst part of the HTML5 standalone builder, which isn't ready for mobile.
We also don't have all desktop HTML5/JavaScript handlers available in the mobile browsers (see https://caniuse.com ).

I don't know of any "Emscripten app" (like the LC-HTML 5 standalone builder) that runs on mobile with more than 'Hello world'-examples.

Re: HTML5 Active Development?

Posted: Mon Jan 07, 2019 3:35 pm
by allengwinn
I can see tons of potential here. I need to write a few more "regular" apps and get comfortable with the platform. I'll also say that I was fairly impressed with what I saw. There were bugs but it wasn't unusable.

Re: HTML5 Active Development?

Posted: Mon Jan 07, 2019 4:21 pm
by [-hh]
allengwinn wrote:There were bugs but it wasn't unusable.
Which bugs? Or were these missing features only?
If you tested something to be a bug then please write to LC QCC ( https://quality.livecode.com ).
Or please post in Bug Triage ( viewforum.php?f=104 ).

Re: HTML5 Active Development?

Posted: Mon Jan 07, 2019 4:39 pm
by allengwinn
Ahh... "bugs" v "features" :) .... you can't reproduce all the components in an app. Let me get things finalized maybe today or tomorrow and I'll push the final thing to the webserver and let you know.

Re: HTML5 Active Development?

Posted: Mon Jan 07, 2019 8:30 pm
by FourthWorld
jacque wrote:
Tue Jan 01, 2019 6:27 pm
It might be nice to have "the environment" be "html5" instead of "standalone application" as well.
The "platform" function will give you that at least.
Is "html5" now one of the returned strings? I'd hate to see one locked in with an HTML version number, was kinda hoping they'd repurpose the older "browser" string.

Re: HTML5 Active Development?

Posted: Mon Jan 07, 2019 8:43 pm
by allengwinn
Currently the environment is "standalone application" and the platform is "HTML5" and the machine is empty.