NativeScript / NativeScript/android
SDK version 35 breaks the layout. It is stretched behind the status bar and the system bottom buttons.
未关闭
@triniwiz 已经在做这个了。
开始于 2025年7月15日。
in progress
- 主要语言
- C++
- 星标
- 563
- 派生
- 144
- 平均合并
- 10 小时 46 分钟
- 30 天内合并 PR
- 14
描述
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 8.9.2
- Cross-platform modules: none
- Android Runtime: 8.9.1
- iOS Runtime (if applicable): n/a
- Plugin(s): n/a
Describe the bug
The layout is stretched behind the status bar and the system soft buttons. In the "tabs" layout, the tabs remain behind the Android system soft buttons.
To Reproduce
Install the Angular tabs template. Modify the "app.gradle" with
compileSdkVersion 35
buildToolsVersion "35"
targetSdkVersion 35
Expected behavior
Sample project
Additional context
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。