docs.rs failed to build tauri-plugin-openurl-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Tauri Plugin openurl
Open url in browser on all platforms1 (excluding IOS, still in testing). Basically <a target="_blank"></a>
replacement for all platforms1.
Usage
This plugin is still part of Tauri V2 Beta. So, this project might be replaced by a fix in Tauri core itself before project is stable.
Setup
npm
&& cargo (possibly inside ./src-tauri/)
also add this to your tauri builder
// other plugins
.plugin
// rest of the builder
default
Usage
import from "tauri-plugin-openurl-api";
Permissions
Please make sure you add this permission to all platforms you intend to use in
References:
1 : excluding IOS as it is still in testing.