Guido Neele

Results 14 comments of Guido Neele

Found a way to fix this. Turns out iOS 12 and 13 need to have TextColor set. If the code below is added to the app.xaml the labels will show....

BTW this can be tested with the tests that are included with the project. If HtmlLabel.Forms.Plugin.Tests.App.iOS is run on the simulator with iOS 12 or 13 only the red text...

Issue looks to be related to #126

Well the first line "I have a issue that both text and background color get white on a HtmlLabelPlugin when running an iPadOS app on M1 Mac." resembles the experience...

There is however one issue with this PR. Adding, inserting, moving and removing tabs all works. The tab strip is updated nicely, there's no overlapping or whitespaces left, but there...

Anybody have an idea why this behavior is happening? ![2021-07-01_16-49-34](https://user-images.githubusercontent.com/1301586/124144641-6fbf0b80-da8c-11eb-8cfb-9a2371e1e887.gif) @jsuarezruiz perhaps?

No it's not a problem with the targets file. If you move all fonts over to the Maui app, you'll get the same result. I just wanted to try out...

What @IsthisSid said but a bit shorter. In MauiProgram.cs add: ```csharp #if WINDOWS Microsoft.Maui.Controls.Handlers.Items.CollectionViewHandler.Mapper.AppendToMapping("DisableMultiselectCheckbox", (handler, view) => { handler.PlatformView.IsMultiSelectCheckBoxEnabled = false; }); #endif ```

Is there perhaps a workaround for this issue?