I am working on developing an Android application, in which I want to open 
a URL in WebView. Now, if I open a simple URL in WebView (like 
www.google.com) is works just fine. But I want to open a URL which uses 
WebRTC (Web Real-Time Communication) which errs stating: "Looks like you 
are using unsupported browser version". I searched on google.com and found 
that WebRTC starts supporting from Android 5.0 (API level 21) and higher.

My version of Webview is:

using webView.getSettings().getUserAgentString() i get my webview details.


("Mozilla/5.0 (Linux; Android 5.1.1; Nexus 5 Build/LMY48B; wv) 
AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile 
Safari/537.36");

 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9e874232-0810-4b74-a44d-2a25c873848c%40googlegroups.com.

Reply via email to