Steve Bilogan

Results 134 comments of Steve Bilogan

The issue is stemming from the fact that we have [windowTranslucentStatus=true](https://github.com/nventive/UnoApplicationTemplate/blob/c9236a2de9c3727acfd19974e7f20c2f3844083b/src/app/ApplicationTemplate.Droid/Resources/values/Styles.xml#L15) in the styles.xml. This causes the VisibleBoundsPadding to ignore the inset of the status bar since setting windowTranslucentStatus to...

I have a feeling that this may be happening because of the Content being set to a FrameworkElement instead of just a string. If you were to TemplateBind the CommandBarTitle...

@Marc-Antoine-Soucy no :) you're pretty much stuck with the native iOS look of the title. "When Content is a string, it's displayed using the platform's default font family, font size,...

I have a bad feeling it has to do with the fix from here: https://github.com/unoplatform/uno/issues/7012

Maybe not, it seems that the view is still actually present in the CommandBar, it's just empty since the TemplateBinding looks to be broken. If we use just a regular...

I seem to be able to get the black bar to display even on the older builds of the application template where `MenuRadioButton` was being used: ![bottombardadjokes](https://user-images.githubusercontent.com/4793020/177396794-a483b184-7ff2-48e0-ad00-a99d4a5731b0.gif)

Closing this as it is now being planned/tracked here: https://github.com/unoplatform/Uno.Themes/issues/854

https://devblogs.microsoft.com/xamarin/embedded-fonts-xamarin-forms/ Xamarin BlogAdding Embedded Fonts: Custom Fonts in Xamarin.Forms | Xamarin BlogLearn how to use embedded fonts in Xamarin.Forms - no more platform-specific handling of fonts or adding font files...

**Potential problem**: There is currently no way to style the SwipeItem within the SwipeControl. Seems to be using a hardcoded named style that we would have to override. Unless we...

Should be fixed by https://github.com/unoplatform/Uno.Themes/pull/584