cordova-plugin-discovery icon indicating copy to clipboard operation
cordova-plugin-discovery copied to clipboard

0 device in list

Open PepeMax opened this issue 3 years ago • 1 comments

async ngOnInit() { this.serviceDiscovery.getNetworkServices('ssdp:all') .then(devices => console.log(devices)) .catch(error => console.error(error));

result : [ ]

On iOS and Android ???

PepeMax avatar Sep 17 '21 13:09 PepeMax

I'm also trying to get this plugin to work, not sure what I need to do...

bchehraz avatar Nov 30 '21 17:11 bchehraz