我可以覆盖后退按钮的行为,使其与菜单按钮的行为相同吗?
document.addEventListener("backbutton", function() {
theSameAsMenuButton();
}, false);
必须theSameAsMenuButton
看起来像什么?
使用'菜单按钮',我的意思是中央按钮上有一个看起来像房子的形状('主页按钮'?)。不确定这是否是正确的命名法