Auto72

Results 18 comments of Auto72

Hi. No I don't have any news. I think the library is outdated and it needs to be updated.

I can confirm the FIX reported at the top of this article, under "Feature Request", DOES work !!! var scripts = doc.DocumentNode.Descendants() .Where(n => n.Name == "script" && n.InnerText.Contains("AF_initDataCallback({key: 'ds:5'"))...

Try to remove this line from the manifest.

The problem has been fixed. It happened that I had the following "permissions" on the AndroidManifest.xml: Actually I don't know why :-) so I removed all of them and now...

It only scan BLE devices. Try to increase the ScanTimeout to 30 seconds and set the ScanMode to LowLatency. adapter.ScanTimeout = 30000; adapter.ScanMode = ScanMode.LowLatency; And also ignore devices without...

To investigate more, I used a breakpoint over the line where I get the error in the UWP project: _adapter = CrossBluetoothLE.Current.Adapter; // I get the error here When the...

I found the solution to the problem :-) In the UWP project of your application, you need to reference the following NuGet package: "Microsoft.Toolkit.Uwp.Connectivity" Version --> 5.1.0 I hope the...

Dear Mr. Xabre, Could you please fix - at least - just this bug and release a version (Plugin.BLE 2.2.0-pre3) in order to allow the Plugin.BLE to be used with...

No I did not use the template. It is not useful to report this kind of issue, this time. Use the Vanilla version of the Plugin.BLE, version 2.1.1 and then...