gpt4 book ai didi

javascript - Cordova UWP 桌面 - 隐藏后退箭头

转载 作者:行者123 更新时间:2023-12-01 03:33:18 24 4
gpt4 key购买 nike

使用 Cordova 我的目标是 Windows 桌面(特别是 Windows 10)。在我的 deviceready 事件中,我有以下代码:

document.addEventListener( "backbutton", function() {
window.history.back();
}, false );

这会连接窗口左上角的后退箭头,并且会起到很好的作用。但是,我想隐藏第一个屏幕的箭头。有没有办法根据我当前所在的页面有条件地隐藏后退箭头?

最佳答案

However, I would like to hide the arrow for the first screen. Is there a way to conditionally hide the back arrow based on the page I'm currently on?

在应用程序的任何页面上,您可以调用以下 API 再次隐藏后退按钮:

var Core = Windows.UI.Core;
Core.SystemNavigationManager.getForCurrentView().appViewBackButtonVisibility = Core.AppViewBackButtonVisibility.collapsed;

关于javascript - Cordova UWP 桌面 - 隐藏后退箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44424259/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com