Skip to content Skip to sidebar Skip to footer

Using Chrome View Instead Of Default Webview In Cordova

I am quite new to cordova/Phonegap.I used InAppBrowser API to connect to apprtc.appspot.com which is a webrtc demo site. iabRef = window.open('https://apprtc.appspot.com', '_blank'

Solution 1:

Android webview not support WebRTC see this link https://developers.google.com/chrome/mobile/docs/webview/overview

But intel crosswalk provide true WebRTC for android (hybrid,web app) see this link https://crosswalk-project.org/

Post a Comment for "Using Chrome View Instead Of Default Webview In Cordova"