Auto72

Results 23 comments of Auto72

I still having this issue and I am not aware of any fix or workaround. Warning The referenced component 'C:\Users\USERNAME\.nuget\packages\skiasharp\2.80.3\buildTransitive\xamarinios1.0\..\..\build\xamarinios1.0\libSkiaSharp.framework' could not be found.

I have Google Pixel 7 phone and when I connect for the first time with the BLE device (not yet bonded) it asks to Pairing two times (pop up window),...

Still doesn't work with 3.0.0-beta.2. IDevice device; ICharacteristic fifoCharacteristic; The following command now crashes in UWP, even if it is surrounded by a try catch block: await adapter.DisconnectDeviceAsync(device); Sometimes also...

In Windows, with the WebView, if the displayed page redirect you to another page - when you click a button, for example - the Navigated event is not fired. In...

Actually, I tried to add the following Nuget packages to the PDFiumCore project: "bblanchon.PDFium.Android" "bblanchon.PDFium.iOS" and run in sequence: 1) download_package.sh 2) CreateBindingsPackage.bat 3) build_test_publish.ps1 I've got the generated PDFiumCore.121.0.6164.nupkg...

[[How get the list of paired bluetooth devices in swift?](https://stackoverflow.com/questions/34592179/how-get-the-list-of-paired-bluetooth-devices-in-swift)] [[Swift – Bluetooth Low Energy – how to get paired devices?](https://wojciechkulik.pl/ios/swift-bluetooth-low-energy-how-to-get-paired-devices)]

**About iOS** If my BLE device is connected and I specify the service GUID in the call **GetSystemConnectedOrPairedDevices(services)** I get in return my device. If no service GUID is specified...

I want to summarize the behavior of the Adapter.**GetSystemConnectedOrPairedDevices**() method with the BLE.Plugin ver. **3.1.0-beta**. ``` var pdList = Adapter.GetSystemConnectedOrPairedDevices(); foreach(var pd in pdList) { Debug.WriteLine($"Name: {pd.Name} | Id: {pd.Id}...