We have a html5 game with some performance issues in older phones, so I would like to know if there is any tool even in alpha that address this problem.
I am not talking about bundling the app with PhoneGap or similar, also I'm not looking something like impactjs but a tool that takes a generic html5 app and compile it somehow to native.
Any help would be greatly appreciated.
Edit: Making the question more broad, and since apparently there is not such tool at the moment, does anyone have some idea on where to look more info on how to create a tool like this?.
The target platforms must include: iOS, Android, Windows phone and Bada. All others would be nice to have :p.
I think that the performance penalty comes from the freedom that html5 provides, what about taking a browser and chopping out all the functionality that is not needed for this particular html5 app, and then embed everything together. Would this be simpler ? would be possible to create an automatic tool to do this with any app?