I would like to build a pure HTML5 and Javascript based Phonegap application, that can be build with Phonegap Build and be able to deploy it to Android Wear.
If this is possible at this moment, then what steps should be taken?
My research so far:
There is a notice on Phonegap Build forum about Ball Escape game, that is reported to be built with Phonegap and ready to be run on Android Wear. But, there are no details on how this was done except a meaningless comment by Phonegap Build rep Amir, that someone did this.
I went through Building Apps for Wearables, but found nothing on this matter so far.
Questions like https://stackoverflow.com/q/29834268/1469208 or Run Phonegap application, that supports HTML5 and Javascript on Android Wear brings no actual answer to my question. Second one even seems to be against, as given answers claims, that it is not possible to build HTML5 based application for Android Wear as it supports only Java based native apps. But, then again, there is Ball Escape game, whos author claims, that it was done in Phonegap.
I know, that I can use CocoonJS from Ludei to build HTML5 based application for many platforms, including Android Wear, pretty much like I do this in Phonegap (Ludei also offers cloud-based build of their apps and it even seems free). But, I have some doubts about performance for my simple data transfer application, because CocoonJS seems to be optimized for high-performance games instead. Plus, I'd like to avoid switching Phonegap to another environment, if that would be possible.