Skip to content

Commit

Permalink
fix: headerMode采用stack的默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
human committed Dec 23, 2024
1 parent cb6492a commit 6104de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/platform/createApp.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export default function createApp (option, config = {}) {
// 7.x替换headerBackTitleVisible
// headerBackButtonDisplayMode: 'minimal',
headerBackTitleVisible: false,
// 安卓上回退时,如果设置为float的话 navigator出现右滑退出,screen其实是fade的方式退出,交互不匹配,体验差,另外float模式会导致偶现状态栏透出native部分
headerMode: 'screen',
// 安卓上会出现初始化时闪现导航条的问题
headerShown: false
}
Expand Down

0 comments on commit 6104de2

Please sign in to comment.