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