Run Phonegap application, that supports HTML5 and Javascript on Android Wear

为君一笑 提交于 2019-12-04 18:49:28

Android wear supports only Java application not to render HTML document. Please refer to https://developer.android.com/training/building-wearables.html for Android were app in details.

It does not work like you are used to from normal Phonegap/Cordova yet. But as you can use a full Chrome Browser on the watch (like com.appfour.wearbrowser) I think it can be done! So what you need to do is fork Chrome on Android Wear and let it launch your website...

For simple HTML, our Android HTML software renderer should work, see https://github.com/kobjects/htmlview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!