MojioMS

Results 5 comments of MojioMS

startScan will not respond with an error if bluetooth is disabled on the device. Instead, the startScan will just not return any results. Please make sure bluetooth is enabled on...

I have no success/error callbacks on android 8 every time. Never yet on 9 or 10.

I do also experience a `Failed to add service`-error after turning bluetooth off and on. My procedure is 1. initialize (on android) 2. initializePeripheral 3. removeAllServices 4. addService if I...

Had the same issue. Changing the css z-index fixed it: .leaflet-pane { z-index: 0 !important; } .md-tooltip { z-index: 10000 !important; }

> I'm trying to integrate this into a project using ngx-leaflet. did u get any further, @marcus343a ?