-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharesheet plugin #1668
base: v2
Are you sure you want to change the base?
Sharesheet plugin #1668
Conversation
Package Changes Through 27e76faThere are 16 changes which include dialog with prerelease, http-js with prerelease, updater with prerelease, barcode-scanner with prerelease, clipboard-manager with prerelease, deep-link with prerelease, global-shortcut with prerelease, window-state with prerelease, biometric with prerelease, geolocation with prerelease, haptics with prerelease, nfc with prerelease, notification with prerelease, shell with prerelease, store with prerelease, fs-js with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
After discussing on discord it sounds like the tauri team does not want to take on maintenance of this plugin until tauri v2 is stabilized. Thus I published it standalone here: https://github.com/buildyourwebapp/tauri-plugin-sharesheet |
Plugin that provides basic access to the Android Sharesheet and iOS Share Pane. Currently only supports sharing text.
I'm waiting to get access to a Mac mid next week to review / bug fix the iOS implementation. The Android implementation works well.
Please let me know if this is a PR you might accept and if you'd want to see any changes first.