微信小程序Android系统左上角没有首页按钮,ios系统有,Android系统可以加上吗?

发布于 7 年前作者 wei079201 次浏览最后编辑 7 年前来自 issues

想在Android系统左上角加上首页按钮,又不与ios系统冲突

4 回复
xiulan62
xiulan621 楼6 年前

用自定义

guiying78
guiying782 楼6 年前

目前返回首页按钮出现的条件为(需同时满足):

1. 使用了默认导航栏样式(非 custom)

2. 不是首页或 tabbar 页面(在 app.json 中定义的)

3. 是页面栈最底层页面


https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html

tangguiying
tangguiying3 楼6 年前

微信版本到7.0.7都有

fhou
fhou4 楼5 年前

Android也有的,小程序版本是不是没有到707