#Tauri Mobile

3 messages · Page 1 of 1 (latest)

floral raptor
#

Hey, i wonder if iam doing something wrong. When trying to open any links via <a href="https://google.com" target="_blank>...</a> or shell.Open("https://google.com") i receive a permission denied error in the debugger console.

04-11 16:51:22.613 11553 11553 E Tauri/Console: File: https://tauri.localhost/ - Line 311 - Msg: Uncaught (in promise) shell error: failed to open: Scoped shell IO error: Permission denied (os error 13)```

```bash
# uname -a
Linux pc 6.2.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 07 Apr 2023 02:10:43 +0000 x86_64 GNU/Linux

# cargo tauri --version
tauri-cli 2.0.0-alpha.6

tauri.conf.json

"tauri": {
    "allowlist": {
      "all": true,
      "shell": {
        "all": true,
      }
    },...``` 

AndroidSDK and NDK not older than a week.
What am i missing?
golden sand
#

just to be sure, are you trying the link in android or on linux? If android then we may not have it implemented (yet?) in which case we'd appreciate if you could open a github issue about it.

floral raptor
#

Oh its running inside the android emulator