ASHBAW

Results 13 comments of ASHBAW

I also have enableHighAccuracy:true and am able to obtain coordinates when GPS is available. My issue is when GPS is enabled on a device but is not able to obtain...

For the time being I switched to another plugin. It catches error conditions. If this gets resolved I will try this plugin again.

I have an ionic 6 angular application using all capacitor plugins except for this one. For geolocation I am using this cordova plugin: https://www.npmjs.com/package/cordova-plugin-geolocation ``` npm i cordova-plugin-geolocation npx cap...

Here is some more information on using capacitor and cordova: https://capacitorjs.com/docs/v2/cordova/using-cordova-plugins

The data is being included in the scan response packet. And thank you for your suggestions. When I use your suggestion I do see the local name: ``` 2023-04-26 08:03:00.841236-0500...

Looking at it more closely the first response does not have the local name in it but the next one does. Time stamps indicates this happening back-to-back. Any insight on...

It may be related to my #527 issue (missing local name in scan response). Somebody made the suggestion of trying allowDuplicates=true in the scan options. You will get duplicates but...

Somebody made the suggestion of trying allowDuplicates=true in the scan options. You will get duplicates but I am now able to see the local name.

Here is some additional information. We have a default device name - 'Hickory'. This is currently what is appearing after a scan with the plugin in our app with iOS...