Christopher Stephan

Results 4 issues of Christopher Stephan

### Description Setting the ShellSection.Icon in a custom ShellItemRenderer will lead to the bug that the IsEnabled state has no effect on the ShellSection. The second tab is configured with...

t/bug :bug:
p/iOS 🍎
a/shell :shell:
a/customrenderer

### Upgrade Assistant The upgrade assistant is not supported on macOS. Running `upgrade-assistant upgrade ` returns > This tool is not supported on non-Windows platforms due to dependencies on Visual...

SkiaSharp.Extended is still a preview version but we want to use it in our project as a reference. Currently we need to disable the following warning, that our library release...

question

Setting the BackgroundColor or the BorderColor for an IconButton does not work for me. ``` public App() { var tabbedPage = new TabbedPage(); tabbedPage.Children.Add(new ContentPage { Title = "Controls", Content...

bug