can it be done with HTML5?

Associate
Joined
4 May 2012
Posts
1,449
Looking to build a HTML app for work, it will require me to learn the language first so wanted to make sure its possible to do what i intend before i get going.

Basically i am looking to turn a flow chart into an app and would like to put the functions into a look up table with the following functions.

Display text - line xxx
Yes - go to line xxx
No - go to line xxx
Show me - display image xxx

Not done coding for a long time and wanted to do it as a framework rather than write it out a thousand times as that just increases the chances of a typo creating an issue.

If its not possible/practical could you suggest a more appropriate language, want to run it on an apple device but multi environment would be great.
 
Well, the simple answer is yes. You're creating a simple node-based workflow app. If you're wanting to present on iOS, HTML is a decent choice (certainly easier than native).
 
Back
Top Bottom