We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5
浏览器版本: Chrome 使用框架: Nerv
Taro.navigateTo({ url:"http://baidu.com" })
h5模式下,浏览器不能跳转外部url
Taro.navigateTo 跳转到外部url
Taro.navigateTo 不能跳转到外部url
👽 Taro v3.0.8 Taro CLI 3.0.8 environment info: System: OS: macOS 10.15.5 Shell: 3.2.57 - /bin/bash Binaries: Node: 10.17.0 - ~/.nvm/versions/node/v10.17.0/bin/node Yarn: 1.16.0 - /usr/local/bin/yarn npm: 6.14.7 - ~/.nvm/versions/node/v10.17.0/bin/npm npmPackages: @tarojs/cli: 3.0.8 => 3.0.8 @tarojs/components: 3.0.8 => 3.0.8 @tarojs/mini-runner: 3.0.8 => 3.0.8 @tarojs/router: 3.0.8 => 3.0.8 @tarojs/runtime: 3.0.8 => 3.0.8 @tarojs/taro: 3.0.8 => 3.0.8 @tarojs/webpack-runner: 3.0.8 => 3.0.8 babel-preset-taro: 3.0.8 => 3.0.8 eslint-config-taro: 3.0.8 => 3.0.8 nervjs: ^1.5.0 => 1.5.7 taro-ui: ^3.0.0-alpha.3 => 3.0.0-alpha.3
The text was updated successfully, but these errors were encountered:
一直不行吧,跳转外部链接用 window.open 或者 location.href 呗
Sorry, something went wrong.
No branches or pull requests
相关平台
H5
浏览器版本: Chrome
使用框架: Nerv
复现步骤
Taro.navigateTo({
url:"http://baidu.com"
})
h5模式下,浏览器不能跳转外部url
期望结果
Taro.navigateTo 跳转到外部url
实际结果
Taro.navigateTo 不能跳转到外部url
环境信息
The text was updated successfully, but these errors were encountered: