收藏
回答

android web-view里面的页面 跳转到小程序页面 然后返回。 页面会重新加载 。

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug web-view 微信安卓客户端 7.0.13 jweixin-1.4.0

ios 端 正常 。在android 上有这个问题


web-view 代码如下

<!DOCTYPE html>

<html lang="zh-cmn-Hans" >

    <head>

  <meta charset="utf-8" />

        <meta name="apple-mobile-web-app-capable" content="yes" />

        <meta name="mobile-web-app-capable" content="yes" />

        <meta name="viewport" content="width=device-width, initial-scale=1,viewport-fit=cover">

        <meta name="referrer" content="no-referrer">

        <meta name = "format-detection" content = "telephone=no">


 <script  src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js "></script>

  <script>

        function jump(){

           console.log("jump");

           wx.miniProgram.navigateTo({url:"/test/test?a=1"})

        }

  </script>

</head>]<button style="width:100px;margin:100px;color:#fff;background:#0ae;height:30px" onclick="jump()">跳转到下

>一页</button>


</body>

最后一次编辑于  2020-04-29
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签