Replies: 2 comments 2 replies
-
Please switch to the opener plugin for this. It can handle opening links and files better than the (deprecated) shell.open function https://v2.tauri.app/plugin/opener/ |
Beta Was this translation helpful? Give feedback.
-
After checking this on windows, I found it was also not working here with following error: Not sure why I thought that it would already run on linux. Anyways, I added the plugin in rust (.run(tauri::generate_context!())) as explained here: Now its working on windows, linux and also on android. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used to open a link with following command on android:
import { open } from '@tauri-apps/plugin-shell';
open(this.url);
Now I updated dependencies (or something else changed) and now I noticed that it stopped working. In the console I find following error:
Error: Uncaught (in promise): Scoped shell IO error: No such file or directory (os error 2)
Any idea what the problem could be?
Beta Was this translation helpful? Give feedback.
All reactions