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>
老哥请问问题解决了吗 想问问是怎么解决的 帮帮小老弟我吧..
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html