收藏
回答

小程序页面中国使用web-view,如何通过导航栏返回小程序的其他界面?

我在小程序中使用了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返回到原先的小程序界面?

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容