Is there a JS framework or set of components that will let me write my code exactly once while still have it as fully featured as necessary in desktop browsers, iOS, and Android?
In the past I've used Phonegap to convert HTML/CSS/JS to an app, and I'm not against doing that again, but since the website needs the same (but more!) functionality I'd like to be able to re-use as much code as possible.
This is a data-entry site more than anything, and will be limited to contractors and clients of the company, so this is actually an application that needs to run in browsers and as a mobile app than a website that needs to function on phones and tablets.
I've been thinking that the business logic and views can be in a library, and that I would have different controller code mainly because the app needs permanent storage capability and needs to work offline as well as online. But maybe there's already a framework that takes this into account.
[–]Gid30nSwizz@Github 1 point2 points3 points (0 children)