Using cordova-dnssd in Ionic?

Hi All,

I really need to use this plugin: https://github.com/jarnoh/cordova-dnssd as a have a mDNS device on my network that I want to find.

But just installing with:

cordova plugin add https://github.com/jarnoh/cordova-dnssd.git

Doesn’t make the plugin available in my window-object? Is this because the plugin is for Cordova and not ported to Ionic yet, or am I doing something wrong? :slight_smile:

Also, how would I port the plugin if nessesary?

Texton,

Sorry to revive such an old thread.
Did you ever make any breakthroughs here? I’m trying to do something similar using Ionic 2.
Any thoughts or suggestions would be helpful.