We are making a WebRTC application using PeerJS for the web.
Server Side: NodeJS
Client Side: HTML5 / CSS / Javascript / Angularjs
We are there 90%, and it works fine in chrome firefox, but does not work in safari. I know that safari does not support WebRTC.
Is there any workaround to make it work in safari like any plugin?
My second question is: if I copy my web code and put it in phonegap or ionic, it will work on Android and IOS. I mean, now we made a chat using peerJS, which is exclusively javascript code, will work chat in the phone or ion applications on the Android and IOS platforms.
Please share your ideas, which is much appreciated. Thanks: -)
source
share