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

[iOS] Slow observer onForegroundEvent #1004

Closed
Thijmen opened this issue Mar 5, 2024 · 5 comments
Closed

[iOS] Slow observer onForegroundEvent #1004

Thijmen opened this issue Mar 5, 2024 · 5 comments

Comments

@Thijmen
Copy link

Thijmen commented Mar 5, 2024

Hi there,

It occurs to me that when using the following snippet, the code is not immediately being run after clicking a notification (in foreground state);

notifee.onForegroundEvent(({ type, detail }) => {
      console.log('notifee.onForegroundEvent')
})

Using version 7.8.2 and RN 0.72.6.

Is there any way I can help out? It works, but ideally I would like to remove the delay.

Copy link

github-actions bot commented Apr 2, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@Thijmen
Copy link
Author

Thijmen commented Apr 2, 2024

not stale

@pqlaurence
Copy link

Same issue using notifee v7.8.2 and RN v0.73.6 - the callback is executed only after a noticeable delay.

Copy link

github-actions bot commented May 9, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
@Thijmen
Copy link
Author

Thijmen commented May 24, 2024

Not stale

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

No branches or pull requests

2 participants