R. Abächerli

Results 9 comments of R. Abächerli

I resolved this by using a 'space character' as `BadgeText`. So `" "` will work to display an empty notification dot. However, I still think the other ways should work...

Hi @StephanRaab, Sorry for the late reply, but you are right regarding this problem. What I do is use a `IValueConverter` in my page to make the `BadgeText` different on...

Possible duplicate of #365 I had this same error message and am pretty sure it is the same problem.

For anyone still looking for a workaround on this: https://github.com/CrossGeeks/ShowHidePasswordTrigger Or look at this stackoverflow post: https://stackoverflow.com/questions/58274340/best-approach-for-show-hide-password-toggle-functionality-in-xamarin-traditional

@jsuarezruiz I tried my sample with a `CollectionView` instead. This yields the same results as with `ListView`. It does not work for Android, but works for iOS.

@BlotskiyDmitriy Thanks for creating a PR on this. However, I am pretty sure this worked on default controls like a `Label`. Are you sure it does not work everywhere? I...

@BenBtg Could you update your sample for the working solution by chance? I am facing the same issue.

I have this working in a project at work, using the base-64 encoded image. In your html: ```

@lukasrut I got your sample to work, your source for the image was wrong. Change: ``` ``` To: ``` ``` This works on my iOS Simulator (iOS 17.2, XCode 15.0.1)...