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

Feature request: implement onShow and onHide callbacks on web #464

Open
Frank3K opened this issue Sep 30, 2024 · 1 comment
Open

Feature request: implement onShow and onHide callbacks on web #464

Frank3K opened this issue Sep 30, 2024 · 1 comment
Labels
enhancement New feature or request platform-web Specific to Web platform

Comments

@Frank3K
Copy link

Frank3K commented Sep 30, 2024

Description

The Intercom JavaScript API provides two callback methods that allow developers to trigger events when the messenger is shown or hidden:

onShow

This callback fires when the Intercom messenger is shown. It accepts a function as an argument.
Intercom API Docs: onShow

onHide

This callback fires when the Intercom messenger is hidden. It accepts a function as an argument.
Intercom API Docs: onHide

Feature Request

Could you consider adding support for these methods in intercom_flutter? As far as I can tell, these methods are currently only available for the web platform.

Thank you for maintaining this package—it's been working well in my tests (on web).

@deepak786 deepak786 added enhancement New feature or request platform-web Specific to Web platform labels Sep 30, 2024
@deepak786
Copy link
Collaborator

Maybe related #443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform-web Specific to Web platform
Projects
None yet
Development

No branches or pull requests

2 participants