Skip to content

continueInApp() only works every other time #230

@vonstring

Description

@vonstring

I'm having issues with continueInApp only working every other time. First time it will open the main app as expected. The next time I share something, the share extension just closes as soon as continueInAppis called, and the main app never opens.

I've worked around it by dismissing the extension a while after calling continueInApp:

        ShareMenuReactView.continueInApp();
        setTimeout(() => {
          ShareMenuReactView.dismissExtension();
        }, 500);

which makes the main app open every time. Am I missing something? (very possible)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions