Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Bug] Share.RequestAsync on iPad doesn't work #1948

Closed
ShadowOfPhantom opened this issue Jan 7, 2022 · 4 comments
Closed

[Bug] Share.RequestAsync on iPad doesn't work #1948

ShadowOfPhantom opened this issue Jan 7, 2022 · 4 comments
Labels
bug Something isn't working ios This issue impacts iOS

Comments

@ShadowOfPhantom
Copy link

Share.RequestAsync doesn't show share sheet when sharing a file from iPad, works great as always on iPhone

Steps to Reproduce

On iPad call RequestAsync, in my case it is something like this:

await Share.RequestAsync(new ShareFileRequest("FileName", new ShareFile(GetFilePath())));

Note: iPad simulator shows the same behavior for this as real device does, so if you don't have one you can use simulator and get the same results.
Note [2]: share doesn't work with ShareFileRequest but it works for example with ShareTextRequest

Expected Behavior

Get share sheet to share a file

Actual Behavior

The screen a bit dims like inactive window but share sheet doesn't appears
here is what I get in the output:
https://pastebin.com/Y6H3mXMu

Basic Information

  • Version with issue: 1.7.0

  • Last known good version: don't know really :(

  • IDE: Visual studio 2022 Community

  • Platform Target Frameworks:

    • iOS: 15.2
  • Affected Devices: iPad Air (4th), iPad pro (M1) and others...

@ShadowOfPhantom ShadowOfPhantom added the bug Something isn't working label Jan 7, 2022
@BloodShadow174
Copy link

Any updates?

@FlaynGordt
Copy link

We also have this issue.

@jfversluis
Copy link
Member

I think this might be fixed with #1897

Can you confirm that this is still an issue with Essentials 1.7.1? If someone could provide me with a reproduction sample that would be totally amazing :)

@jfversluis jfversluis added the ios This issue impacts iOS label Apr 4, 2022
@rugue1
Copy link

rugue1 commented May 25, 2022

This worked for me in 1.7.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working ios This issue impacts iOS
Projects
None yet
Development

No branches or pull requests

5 participants