问题描述
我的是Android 4.4读到的WebView组件是一种基于浏览器:
https://developers.google.com/chrome/mobile/docs/webview/overview#does_the_webview_support_the_chrome_apps_apis
I read that WebView component in Android 4.4 is based on Chrome:https://developers.google.com/chrome/mobile/docs/webview/overview#does_the_webview_support_the_chrome_apps_apis
不过,对于Chrome应用API的支持仍然不存在。这是否意味着我的基于网页视图的应用程序无法使用的Chromecast发件人的API?
However, support for Chrome Apps API is still not there. Does this mean that my WebView based app cannot use Chromecast Sender APIs ?
推荐答案
这是正确的,你没有必要的延伸和API来使用(折纯)镀铬的WebView与Chromecast的设备进行通信。作为一个侧面说明,你不能这样做,在充分Android版Chrome无论是。
That is correct, you do not have the needed extension and APIs to use the (pure) chrome WebView to communicate with a chromecast device. As a side note, you cannot do that in the full Chrome on Android either.
这篇关于Chromecast的发送者的API在Android 4.4的WebView基于应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!