pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

Does it support WebRTC and WebSocket? #13

Open qiushengxy opened 10 years ago

qiushengxy commented 10 years ago

We want to develop an app with JavaScript that using WebRTC and WebSocket.

RonMen commented 10 years ago

Hi there. I tried it setting up the AlloChrome sample and Websocket seems to work. WebRTC doesn't seem to work, also the getUserMedia to access cam/mic seems to not work or I haven't found a way to get it working for now.