cordova-plugin-discovery
cordova-plugin-discovery copied to clipboard
0 device in list
async ngOnInit() { this.serviceDiscovery.getNetworkServices('ssdp:all') .then(devices => console.log(devices)) .catch(error => console.error(error));
result : [ ]
On iOS and Android ???
I'm also trying to get this plugin to work, not sure what I need to do...