Skip to content

Implement Icon Font support for ActionBarItems #1267

@firescript

Description

@firescript

The icon font only loads in the actionBar.titleView, not actionItems.

        <ActionBar>
            <ActionBar.titleView>
                <Label text="&#xf117;" class="material-icon"/>
            </ActionBar.titleView>
            <ActionBar.actionItems>
                <ActionItem text="&#xf117;" class="material-icon" ios.position="right" tap="logout" style="font-family: Material-Design-Iconic-Font;"/>
            </ActionBar.actionItems>
        </ActionBar>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions