Auto72

Results 15 issues of Auto72

I created an empty Xamarin Forms project and installed the library and used it as follow: ``` using Plugin.BreachDetector; using Xamarin.Forms; namespace AppTest1 { public partial class MainPage : ContentPage...

I'm trying to use the Plugin.BLE (version 2.1.1) with a test solution in Visual Studio 2019 and Xamarin Forms. It works in Android and iOS. When I try to run...

bug
os:UWP

## Steps to reproduce 1. UWP application project with BLE Plugin version: 2.2.0-pre2 2. Open a connection with a device await _adapter.ConnectToDeviceAsync(_device); _myService = await _device.GetServiceAsync(wantedServicetUUID); _myCharacteristic = await __myService...

help wanted
os:UWP
up for grabs

Using the xamarin-bluetooth-le ver. 2.1.1, my app is working fine in Android and iOS. If I use the xamarin-bluetooth-le ver. 2.2.0-pre2, my app works on Android but not in iOS...

os:iOS

## Steps to reproduce 1. Smartphone with Android 11 Try to Scan for BLE devices ## Expected behavior The BLE devices switched on are found. ## Actual behavior It doesn't...

os:Android

**Description** I'm trying to compile my Xamarin Forms project with Visual Studio 2022 and I'm getting the following error: The referenced component 'C:\Users\USERNAME\.nuget\packages\skiasharp\2.80.3\buildTransitive\xamarinios1.0\..\..\build\xamarinios1.0\libSkiaSharp.framework' could not be found. **Code** It seems...

### Description DisplayActionSheet doesn't show up on macOS. ### Steps to Reproduce private async void OnActionSheetClicked(object sender, EventArgs e) { string action = await DisplayActionSheet("", "Cancel", null, "Option #1", "Option...

t/bug
platform/macOS 🍏
area/controls 🎮
control-dialogalert
s/triaged
migration-compatibility

GetSystemConnectedOrPairedDevices() works for me on **Android**. On **Windows** doesn't return the list of my paired BLE devices. To Fix the problem on Windows I need to use the following code:...

Is there a way to support iOS and Mac Catalyst?

### Detailed feature request I tried a MAUI project and it doesn't work on iOS and MacCatalyst , because the PDFium library is missing. Here I found Pre-compiled binaries of...

enhancement