Can you list some native UI controls that you'd like to use but can't recreate in HTML? I am writing a similar framework and would like to know the use-cases for doing this.
You can recreate almost anything in css/html but you'd have to write a different style for each OS yourself, and it will never match the actual "feel" of the UI. It'll be a little off.
Also, for example Mac OS X has lots of little widgets like the share button.
Maybe someone could make a Bootstrap-like project for these kinds of things?
I recently spent an afternoon trying to get a webapp to accept drag and drop emails from outlook. I didn't manage. I am considering making a native app to interact.
fredsted|11 years ago
Also, for example Mac OS X has lots of little widgets like the share button.
Maybe someone could make a Bootstrap-like project for these kinds of things?
TheAceOfHearts|11 years ago
elsjaako|11 years ago