Search code examples
androidsocketscordovawifiphonegap

Is there any plugin available for Wi-Fi Direct in cordova?


I have to create an app in Cordova that connects via Wi-Fi Direct to an Android app. Is there any way to do it? Is there a plugin that allows me to use this technology in Cordova?


Solution

  • Looks like there is one listed on npm, but I've no experience with it.

    If you're just trying to share files / receive files, I'd take a look at Eddy Verbruggen's social sharing and custom URL scheme plugins, respectively. These plugins are cross-platform.