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

InteractivityCallback called only after restart on iOS #236

Closed
MichaelLucca opened this issue Mar 13, 2024 · 1 comment
Closed

InteractivityCallback called only after restart on iOS #236

MichaelLucca opened this issue Mar 13, 2024 · 1 comment

Comments

@MichaelLucca
Copy link

Description
Following the specified steps, I implemented a Widget in iOS with a Button that calls an interactivityCallback defined in Dart.

The issue is that upon the initial launch of the app, interacting with the widget does not trigger the method. However, upon returning to the app and performing a refresh, it appears the method has been called every time, as if it were cached somewhere in memory.

@ABausG
Copy link
Owner

ABausG commented Mar 13, 2024

Yes. This will known and should be fixed in the next release thanks to #229

You should already be able to verify that it is fixed by using a version from git

@ABausG ABausG closed this as completed Mar 13, 2024
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

2 participants