Skip to content

用Pake展现一个远程网页,发现对于<a href="xxx" target="_blank"> 这种超链,Mac上点击没有任何反应。 #948

Open
@matrixxun

Description

@matrixxun

Search before asking

  • 我在 issues 列表中搜索,没有找到类似的内容。
    I searched in the issues and found nothing similar.

Motivation

我用Pake封装了DeepSeek的官网, 但是点击 target="_blank" 这种标签,比如: <a href="xxx" target="_blank">
调试时在Mac上无任何反应(Windows上没试过),求解法。

运行环境:
Macbook pro 13, M1芯片
MacOS 15.3.1

编译环境:
rust-version = "1.78.0"
serde_json = "1.0.134"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tauri = { version = "2.3.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy", "unstable"] }
tauri-plugin-window-state = "2.2.1"
tauri-plugin-oauth = "2.0.0"
tauri-plugin-http = "2.3.0"
tauri-plugin-global-shortcut = { version = "2.0.0-rc.2" }
tauri-plugin-shell = "2.2.0"
tauri-plugin-single-instance = "2.2.0"
tauri-plugin-notification = "2.2.1"
urlencoding = "2.1.0"

演示视频:

20250331-111806.mp4

Solution

No response

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions