-
Hello,
i have downloaded the plugin via nuget, implemented the interface and inizialized afre on create on android. In the cross platform OnStart i register, when happen i get "An unhandled exception…
eppak updated
7 years ago
-
Is there a forecast to update the plugin to be compatible with Xamarin Forms 4.0?
Thanks in advance :-)
-
## 🐛 Bug Report
The app crash on startup.
### Expected behavior
App startup and push works.
### Reproduction steps
Just follow the setup steps and "play" running VS on Windows SO.
### Conf…
-
## Bug Information
This library does not return position while airplane mode is turned on. As soon as airplane mode is turned off, results begin flowing in.
Version Number of Plugin: 4.5.0.6
Devi…
-
### Description
In my Xamarin.Forms project I get this error from users a lot:
```
Fatal Exception: java.lang.Throwable: Handle must be valid.
Parameter name: type
at Java.Interop.…
-
Version Number of Plugin: v3.1.3
Device Tested On: Android
Simulator Tested On: Visual Studio Emulator for Android
Version of VS: 2015
Version of Xamarin: Xamarin Forms 2.5
When picking a photo…
-
I'm trying to subscribe to characteristic. LightBlue app subscribe correctly.
This code works correctly on android.
An error occurs after call StartUpdatesAsync()
```
ICharacteris…
-
## 🐛 Bug Report
The progress bar, start, and stop buttons are not displayed on the player until you run through the video, but all the functionality like stop, start, and progress bar is working ev…
-
Badgeview for Xamarin Android , Unable to implement BadgeView in my project tried below link
https://www.nuget.org/packages/Xam.Plugin.Badge
http://nugetmusthaves.com/Package/Xam.Plugin.Badge
Please…
-
Hi folks, I have installed v1.4.5304 from nuget but It does not contains **Enums**.
```
using Xamarin.Plugin.Calendar.Enums;
private WeekLayout _calendarLayout = WeekLayout.Month;
```
```
…