【发布时间】:2018-01-18 10:29:20
【问题描述】:
我的设置与此问题中的海报完全相同:
How to remove UWP Cordova (Ionic) title bar arrow, and perhaps app title?
我不明白接受的答案代码在哪里或需要什么导入。
【问题讨论】:
我的设置与此问题中的海报完全相同:
How to remove UWP Cordova (Ionic) title bar arrow, and perhaps app title?
我不明白接受的答案代码在哪里或需要什么导入。
【问题讨论】:
检查已接受答案的 cmets。它应该进入 Ionic 平台 ready() 调用 (see documentation) 。您应该可以从 JS 中访问 Windows 命名空间,答案中的代码可能看起来像 C#,但实际上是 JS。它使用SystemNavigationManager 的AppViewBackButtonVisibility 属性来隐藏后退按钮。
【讨论】: