小程序在ios中获取webview 的url 会把hash去掉
安卓和ios在
onShareAppMessage: function (opts) {
opts.webViewUrl //ios中在这里通过这个获取webview的url会把hash值漏掉。 安卓是ok,具体可以看图,图片这里是不同的端encode之后的输出。
}
安卓和ios在
onShareAppMessage: function (opts) {
opts.webViewUrl //ios中在这里通过这个获取webview的url会把hash值漏掉。 安卓是ok,具体可以看图,图片这里是不同的端encode之后的输出。
}