-
Notifications
You must be signed in to change notification settings - Fork 8
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
Examples #18
Comments
Yeah, they could be useful. I just need to find some time to implement those.... |
I'm trying to ping you at #sailfishos and #nemomobile this week with no success :D |
Yes, I've been idle there lately. |
Can you add more code to uploader object? I'm getting following error:
and also how to access mimeType? |
In your uploader code you should be able get it by: mediaItem()->value(MediaItem::MimeType).toString(); And in your Share UI QML code you can set it: ShareDialog { SailfishShare { |
Please provide simple skeleton examples for share and transfers plugins
The text was updated successfully, but these errors were encountered: