You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing it has happened to me that a native replay capture initialized. on iOS, it means we actually get the image but without any masking. We must ensure neither platform starts unless the flutter screenshot handler is used.
What happens is that when app is put to background, than after a while when a user launches it again, it starts a new replay that is done by the native layer instead of the Flutter screenshot recorder.
Description
During testing it has happened to me that a native replay capture initialized. on iOS, it means we actually get the image but without any masking. We must ensure neither platform starts unless the flutter screenshot handler is used.
What happens is that when app is put to background, than after a while when a user launches it again, it starts a new replay that is done by the native layer instead of the Flutter screenshot recorder.
Sample replays:
The text was updated successfully, but these errors were encountered: