我在小程序中使用了web-view组件,但是无法在web-view上面覆盖导航栏,返回到原先的界面。
<view style="width:100%;">
<web-view src="http://localhost:5198/">
<cover-view class="bottomTap">
<cover-view class="maintapBtn {{ViewType=='InBodyTest'?'on':''}}">
<button id="inbodyTest" plain="true" bindtap="moveTap">report</button>
</cover-view>
<cover-view class="maintapBtn {{ViewType=='InBodyChallenge'?'on':''}}">
<button id="inbodyChallenge" plain="true" bindtap="moveTap">challenge</button>
</cover-view>
</cover-view>
</web-view>
</view>
请问个人类型的小程序无法实现上诉功能吗?
如果是企业类型的小程序,应该如何解决底部导航栏的问题或者说从web-view返回到原先的小程序界面?
参考文档,有方案
https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html