Skip to content

ActionBarExtension positioning problem #543

Open
@triniwiz

Description

@triniwiz

Using the following code causes alignment problems with the ios.position="left"

<ActionBarExtension>
<ActionItem icon="res://hamburger-icon" ios.position="left" (tap)="toggleDrawer()"></ActionItem>
</ActionBarExtension>

Output

actionbarext_

The only way the remove the extra space is by use the ActionBar directly

<ActionBar>
<ActionItem icon="res://hamburger-icon" ios.position="left" (tap)="toggleDrawer()"></ActionItem>
</ActionBar>

Output

actionbar_

Packages

├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
├── @angular/[email protected]
─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions