Closed
Description
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@nativescript/ios": "7.0.5",
"@nativescript/webpack": "^3.0.4",
"babel-loader": "^8.1.0",
"nativescript-vue-template-compiler": "^2.8.1",
"nativescript-worker-loader": "^0.12.1",
"sass": "^1.26.10",
"vue-loader": "^15.9.3"
}
On iOS 14 devices no longer can't use large navbar titles and collapsed searchcontroller. When scrolled up large title doesn't show and listview scrolls back. After some retries large title finally shown.
<Page @loaded="pageDidLoad" class="page-clean-color">
<ActionBar title="Контакты"></ActionBar>
<ListView :items="contacts.listOf" @loaded="listViewDidLoad" height="100%" @itemLoading="itemLoading">
<v-template></v-template>
</ListView>
</Page>
Video example: https://yadi.sk/i/zbNO5nOwvjhyzQ
Metadata
Metadata
Assignees
Labels
No labels