dotnet build
toolchain?
MainScreen
with [NullAllowed]
would export it as NSScreen?
for C# 8?
is there something about CSS styling in the pipeline that works differently than XAML styling? i'm seeing a bug where a stylesheet isn't applied in some cases, but XAML is, and i'm not really sure how to break it down into a test case
if anyone's wondering, i eventually found the bug (or one of them?), and filed it at xamarin/Xamarin.Forms#10484
which brings me to my next question: is there a way to specify platform-specific CSS? basically, this:
<ContentPage.BackgroundColor>
<OnPlatform x:TypeArguments="Color">
<On Platform="macOS">Transparent</On>
<On Platform="iOS">White</On>
</OnPlatform>
</ContentPage.BackgroundColor>
e.g., something like
^contentpage[on-platform=macOS] {
background-color: transparent;
}
BGTask
but since it is abstract we can't
Hi.
Does anybody know how to set up a Xamarin Forms app to run on macOS 10.9?
contentViewController
shows, that's a new API starting in 10.10. my guess is XF doesn't depend on it too much, so you can probably make a fork and possibly a PR to make it compatible to work without contentViewController
, but my money is on it isn't worth it — Xamarin Forms on macOS is in preview, supporting it isn't a high priority, and supporting rather old macOS at this point definitely isn't a priority