We\'re developing several HTML5 apps based on the Sencha framework, and thinking about packaging them into apps with say PhoneGap.
However, even if you package thes
I want to point out Crosswalk: https://crosswalk-project.org/
It seems to provide what you require.
What is Crosswalk for?
If you are a developer working with web technologies, Crosswalk enables you to deploy a web application with its own dedicated runtime (ed: modified Chromium). This means three things:
- You can distribute your web application via app stores.
- Your application won't break in whatever ancient webviews or browsers your audience is using, as you control the runtime and its upgrade cycle.
- You can build applications without worrying so much about runtime differences and quirks: you only have one runtime to deal with.