如何防止状态栏覆盖nativescript中的模态页面
How to prevent status bar from covering modal page in nativescript
我的 nativescript 应用程序有问题
模态页面的内容被推到状态栏后面,状态栏覆盖它。
我在之前的项目中使用过 nativescript,我的模态页面没有这个问题。
我已经下载并实现了这些插件,但没有效果
这是它目前的样子
我通过从 App_resources/Android/src/main/res/values/styles.xml
中删除这个 <item name="android:windowTranslucentStatus">true</item>
来修复它
您还可以检查 App_resources/Android/src/main/res/values21/styles.xml
以确保它不存在
我的 nativescript 应用程序有问题 模态页面的内容被推到状态栏后面,状态栏覆盖它。 我在之前的项目中使用过 nativescript,我的模态页面没有这个问题。
我已经下载并实现了这些插件,但没有效果
这是它目前的样子
我通过从 App_resources/Android/src/main/res/values/styles.xml
<item name="android:windowTranslucentStatus">true</item>
来修复它
您还可以检查 App_resources/Android/src/main/res/values21/styles.xml
以确保它不存在