Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Doesn't works with .netstandard 2.0 Xamarin.Forms 4.5 #21

@michelevirgilio

Description

@michelevirgilio

Created a default Shell project, then in the AboutPage.xaml

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:d="http://xamarin.com/schemas/2014/forms/design"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
            xmlns:client1="condition:CLIENT1"
            xmlns:client2="condition:CLIENT2"
             mc:Ignorable="d client1 client2"
             x:Class="XamarinMulti.Views.AboutPage"
             xmlns:vm="clr-namespace:XamarinMulti.ViewModels"
             Title="{Binding Title}">

........
<client1:Label Text="Android only" VerticalOptions="Center" HorizontalOptions="Center"/>
..........

but nothing is shown at runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions