You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
Feature request Add the ability to Share a file in the Xamarin.Essentials.Share
The current version of Share only supports sharing text and URI.
Supporting File sharing would resolve many issues user have with saving files outside of the Local App Data space.
It would be supported by added a new class
ShareFileRequest {
string FilePath;
string ContentType;
string Title;
}
It would be called using Share.RequestAsync(new ShareFileRequest());
Bug report best practices: Submitting Issues
Description
Feature request Add the ability to Share a file in the Xamarin.Essentials.Share
The current version of Share only supports sharing text and URI.
Supporting File sharing would resolve many issues user have with saving files outside of the Local App Data space.
It would be supported by added a new class
ShareFileRequest {
string FilePath;
string ContentType;
string Title;
}
It would be called using Share.RequestAsync(new ShareFileRequest());
An example of how to implement a file share is here (I have not tried this)
https://www.syncfusion.com/kb/8707/how-to-share-the-pdf-document-in-xamarin-forms-platform
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: