I want to write an app for android 5.0 Lollipop smart tv. I need to know if webRTC is supported by the native Chrome version which is installed in these devices. Thanks.
Asked
Active
Viewed 1,226 times
0
-
why not test it out? – Benjamin Trent Feb 24 '15 at 13:45
-
Because my Company wants a technical feseability study, now. Without programming. – Alessandro Iania Feb 25 '15 at 10:04
-
Not sure you can test it out, it is not released yet... http://www.android.com/tv/ – igorpavlov Feb 27 '15 at 12:17
-
But definitely better place to ask at Google/Android forums. This is not about programming at all, you mention it as well "Without programming"... – igorpavlov Feb 27 '15 at 12:18
1 Answers
0
Android TV does not have a browser installed.
The 'TV app quality' page has a paragraph (TV-WB) that says: "For web content, the app uses WebView components and does not attempt to launch a web browser app."
developer.android.com/distribute/essentials/quality/tv.html

marcbaechinger
- 2,759
- 18
- 21
-
-
The 'TV app quality' page has a paragraph (TV-WB) that says: "For web content, the app uses WebView components and does not attempt to launch a web browser app." https://developer.android.com/distribute/essentials/quality/tv.html – marcbaechinger Feb 28 '15 at 20:22
-