Skip to content

Platform specific filters for content and attributes #147

Closed
@vakrilov

Description

@vakrilov

Add a way to add platform specific attributes and content.

Attributes example:

<Label ios:text="This is iOS specific" android:text="This is Android specific"></Label>

Content example:

<StackLayout>
    <ios><Label text="This is iOSspecific content"></Label></ios>
    <android><Label text="This is Android specific content"></Label></android>
</StackLayout>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions