【发布时间】:2017-11-08 20:14:32
【问题描述】:
在我的 Ionic v1.2 应用程序中,我设置了以下内容 (according to the docs):
function Run($rootScope, $state, $http) {
...
ionic.Platform.ready(function() {
ionic.Platform.fullScreen(true, true);
});
}
这应该让我的应用全屏显示状态栏。当然,在网络浏览器中预览时看起来不错(使用ionic serve 或http-server):
但在 Ionic View 中测试时,状态栏与标题重叠:
是否有一些已知的解决方法?
【问题讨论】:
标签: ionic-framework ionic-view