Thomas Gorissen
Thomas Gorissen
After importing AdapterJS you can just do ``` AdapterJS.WebRTCPlugin.pluginNeededButNotInstalledCb = function() { // your code }; ``` This way you don't need to touch the AdapterJS code. Hope this helps...
I see. Now it makes more sense to pass it as a config. I'll keep it open for @johache to consider. Thanks!
Cool. Gonna review and evaluate!
Hey paericksen, thanks for pointing that out. We'll take a look. If you've any specific knowledge on why it doesn't work, we'll appreciate it.
It's on the list, but I can't yet put a date on when or if AdapterJS will be updated to support Bowser. The app has limited reach and we currently...
I see. If you need WebRTC in an iOS app, take a look at http://skylink.io/ios in the mean-time ;)
We'll try if we can define a prototype for the plugin object and if `JSON.stringify` will pick it up. It's nothing we can do in AdapterJS sadly and it needs...
It's on the list for the free plugin and already available on the commercial side.
Sorry for the slow reply on your issues... Looking into it!
I want to introduce the option to add a checkbox that in case of SSL secured websites allows the user to decide if he wants to save his selection, considering...