tauri-apps / tauri-apps/plugins-workspace

tauri-plugin-opener: mobile support

Open
#2,959 10 comments 0 reactions 0 assignees View on GitHub
platform: ios plugin: opener type: bug
Dominant language
Rust
Stars
1.8k
Forks
602
Avg merge
4d 14h
Merged PRs (30d)
9

Description

I'm sorry if this is a duplicate. I can see that support for iOS and Android in tauri-plugin-opener are marked with `?`, but I could not find an open issue.

For my oauth flow I need to open a browser window, but this seems to break on iOS. It works on desktop.

* iOS version: 26.0 (23A5326a)
* Tauri version: 2.8.4
* tauri-plugin-opener version: 2.2.3
* Capability permissions: ["core:default", "opener:default", "shell:default", "store:default"]

Simplified code:
```
tauri_plugin_opener::open_url("https://www.google.com", None::<&str>)
.map_err(|err| err.to_string())?;
```

Error received: `Operation not permitted (os error 1)`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.