Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tabview not working correctly on ios #1173

Open
Assignees
Milestone
@bnbs

Description

This only happens on iOS 11. I tested on iOS 10, android and this error did not occur.

Code:

<GridLayout rows="50,*" columns="*">
 <TabView row="0" col="0" #tabview androidSelectedTabHighlightColor="#1e3d52" (selectedIndexChanged)="onSelectedIndexChanged($event)"
 actionBarTitle>
 <StackLayout *tabItem="{title: 'ABERTOS'}"></StackLayout>
 <StackLayout *tabItem="{title: 'SINCRONIZADOS'}"></StackLayout>
 </TabView>
 <StackLayout row="1" col="0" orientation="vertical" class="stacklayout-pedidos-backgroud" [formGroup]="form">
 <SearchBar formControlName="Pesquisa" class="searchbar-default" (loaded)="onSearchBarLoaded($event)"></SearchBar>
 </StackLayout>
</GridLayout>

captura de tela 2018年01月27日 as 12 27 25

captura de tela 2018年01月27日 as 12 27 43

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    AltStyle によって変換されたページ (->オリジナル) /