Pierre-Christophe Dus

Results 26 comments of Pierre-Christophe Dus

Hi @EddieNoureddine Do you found a solution? Or do you use the previous version of the package?

@rsuter I think that I meet a similar case when I try to reproduce the code from a Master/Details plus Selection sample ([https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlListView](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlListView) In this sample, some VisualStateGroup and VisualState...

What's new about this issue? @samhouts Could you give us any news about this fix?

@arahmancsd I didn't have any problem on Android to display the image.

I meet the same problem on iOS for both Fontawesome and Material.

I've done a new test with: ``` [assembly: ExportRenderer(typeof(IconNavigationPage), typeof(CustomNavigationPageRenderer))] public class CustomNavigationPageRenderer : IconNavigationRenderer { } ``` But it's always the same thing: I don't "go" into the renderer,...

Yes the main theme inherits from AppCompat: ``` true ... #FF4081 ```

I use the latest "stable" version of Xamarin.Forms and I have well called the renderer init. I will create a new sample project to reproduce this issue.

Hi @jpbrocca. As I'm based on your "full" sample, the following lines were already present: ``` true #FFFFFF ```