Pierre-Christophe Dus
Pierre-Christophe Dus
## 🐛 Bug Report I've a Xamarin.Forms app where I display some logos through SVG files. On the same page, I've one SVG that is well displayed, and the second...
Hello, I would like to know how metadata are recovered from a a webradio? I play an audio stream from an URL with: `var mediaItem = await CrossMediaManager.Current.Play(radioUrl);` I also...
Hello, I use the **XamarinMediaManager** in a **Xamarin.Forms** project, to play audio from a web radio. But I would like to manage error cases, like when the URL is no...
Hello, I use the DataGrid with some DataGridTextColumns and a DataGridTemplatedColumn that must contain a button allowing to navigate to another page. In code-behind, there is no problem. But when...
Is there a way to gradually replace the transparent navigation bar with the default navigation bar when scrolling? Someone has posted a [screenshot ](https://www.facebook.com/groups/xamarin.developers/permalink/1369305389882036/)in the Xamarin group:
Hello, I need to use a button that can be deactivated after having been used. So I've tried to set the IsEnabled property to false, but this didn't change anything...
Hello, I use the MaterialButton on an app. The shadow is well applied on [iOS](https://image.ibb.co/fKCPJU/Material_Buttoni_OS.png), but not on [Android](https://image.ibb.co/fnZFQ9/Material_Button_Android.png). I first apply a style on the MaterialButton: ``` ``` Then...
Hello, I would like to use a "custom" icon instead of "hamburger" icon. This is done easily on iOS, but on Android I need to use a custom renderer. By...
Hello, I get an exception when I debug on iOS, in "**Main.cs**": > Exception: > System.Exception: Could not initialize an instance of the type 'UIKit.NSDataAsset': the native 'initWithName:' method returned...
Hello, I've launched your sample with default packages: the display of the `PancakeView` look like expected when the style `FrameTotal` is applied. ``` ``` Here is the default [screenshot](https://i.ibb.co/h88pcMh/Simulator-Screen-Shot-i-Phone-11-2020-10-05-at-15-04-05.png). However,...