-
Notifications
You must be signed in to change notification settings - Fork 15
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
iOS does not shows the apps like gmail #3
Comments
can you try example app of this repository? this result is strange. |
I'm stuck in the same issue |
@aravindhkumar23 can we see your code? I ALMOST solved my problem. void _sharePdf(String path) {
final uri = Uri.file(path);
SimpleShare.share(
type: 'PDF',
uri: path,
title: "Share my file",
msg: "My message");
} This is how I'm doing it now. The path is resolved and the file can be attached to an email. The only issue now is that the attached file doesn't have PDF extension even if the original file have it :( |
@giovapanasiti
|
from what I've seen it has the behaviour you described when it doesn't find the file. Try to keep an eye on the log to see if any error message shows up. |
sorry, in this period i haven't iPhone device, i cant try |
Hi,
The plugin looks awesome and it saves me time.
I am facing a problem or maybe I am missing something with sharing a file with Gmail, It works in android but iOS does not show the list of apps in share extension.
is there something I need to do apart from installing the dependency in pubspec file?
The more option shows an empty list
The text was updated successfully, but these errors were encountered: