Alexis Loiseau
Alexis Loiseau
# Description On a brand new Tauri v2 project, when the official `tauri_plugin_nfc` is added to the project with `pnpm tauri add nfc`, and both `Info.ios.plist` and entitlements files are...
# Pull Request ## Description It adds a [Hyprpicker](https://github.com/hyprwm/hyprpicker) module in ModulesCustom. I also updated css styles to include this new module. You (obviously) need to install hyprpicker to use...
Hi ! First, thank you for this whole project. I'm building a plugin that calls some Rust methods as explained in [this section](https://tauri.app/develop/plugins/develop-mobile/#calling-rust-from-mobile-plugins) of the docs. It works as intended,...
Following this [discussion](https://github.com/orgs/tauri-apps/discussions/14531#discussioncomment-15126863) with @FabianLars , I create this issue. I mainly use Tauri for the mobile part, and while Tauri mobile is still quite young, its growth is, imho,...