Hugh Isaacs II

Results 7 issues of Hugh Isaacs II

Please add integration or a way to integrate this with Google's own Cordova identity plugin https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.identity

This is one part feature request, and one part discussion as I'm not even sure this should be done, but I think it's worth talking about. Google Chrome has [a...

feature request

It'd be awesome if this SDK had [a WebTorrent style AddPeer feature](https://github.com/webtorrent/webtorrent/blob/master/docs/api.md#torrentaddpeerpeer) for adding peers manually. It'd be extra awesome if it accepted [simple-peer](https://github.com/feross/simple-peer) instances too (like WebTorrent) for WebRTC...

enhancement
help wanted
good first issue

> fatal error C1083: Cannot open include file: 'sodium/version.h': No such file or directory No matter what I do in the CLI, I get this error.

It'd be great if this had support for the Cordova iosrtc plugin. https://github.com/eface2face/cordova-plugin-iosrtc

enhancement

In plugin.xml the target-dir for "src/android/src/com/judax/cordova/plugin/gamepad/CordovaPluginGamepad.java" needs to be changed from "src/org/apache/cordova/gamepad" to "src/com/judax/cordova/plugin/gamepad".

I saw in the document that this is based on [the Chrome Apps WebView API](https://developer.chrome.com/docs/extensions/reference/webviewTag/), why not just stick with `` why change it to ``? I get why this...