Skip to content

Warning: Attempt to present on whose view is not in the window hierarchy #58

Description

@ne0c0de

Hi

I'm trying to use Instagram plugin on IAB (i mean i'm trying to use it on a window that i opened with window.open)

When i try to share on Android it's working without any problem.

But when i try to make a share on iOS (on latest version) i got this error:

    Warning: Attempt to present <_UIDocumentActivityViewController: 0x13700c600> on <MainViewController: 0x136540fd0> whose view is not in the window hierarchy!

and nothing opened (share menu didn't open)

When i debug it, i saw that it's getting the error on this line:

    [self.interactionController presentOpenInMenuFromRect:CGRectZero inView:self.webView animated:YES];

What should i need to do for make it work?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions