Skip to content
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

Doesn't show up when running on any iPad with iOS 13.6 #62

Open
Pandishpan opened this issue Aug 10, 2020 · 1 comment
Open

Doesn't show up when running on any iPad with iOS 13.6 #62

Pandishpan opened this issue Aug 10, 2020 · 1 comment

Comments

@Pandishpan
Copy link

Pandishpan commented Aug 10, 2020

Hi @tjvantoll on the current version of iOS (13.6) on any iPad, the share window doesn't appear. It pops up just the border/shadow of the window in the top left corner. I'm using the latest version of Nativescript stack with Angular.

On any other device is working perfectly fine.

Screenshot 2020-08-10 at 12 50 12

@Pandishpan
Copy link
Author

@tjvantoll do you accept pull requests?

In case if there are any other people facing the same issue I manage to fix it by providing the sourceRect for presentViewController.

After line 15, I added in social-share.ios.ts:
presentViewController.sourceRect = CGRectMake(100,500,100,100);

The sharing window will pop-up in the middle on the screen for Ipads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant