ruuviTag and ionic / cordova

hi all,
i 'm developing an application for my customer that uses this tags,
first i want to catch data from tag with ionic native plugin “https://ionicframework.com/docs/native/ble/” but it doesn’t show the tag in list after search,
Does any body could help?
Thanks

This might be related to the fact that RuuviTag operates in broadcast mode rather than in connectable mode. It looks like the ionic searches for connectable tags. You’ll need to scan and parse the data from the advertisements, you can take a look at RuuviCollector or ruuvitag-sensor for examples.

> ionic tutorial
Welookups