-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
The preview dialog is showing but is unresponsive, nothing happens when I click on a start or the "Not Now" Button. Clicking outside the dialog does not close the dialog. The only way getting out of the dialog seems to close and reopen the app.
This happens in production. I would include a screen recording but there is nothing to see, as my taps are not recorded and the dialog does not do anything.
I don't know what information I can provide to reproduce this, following is the code I use to show the dialog
final available = await inAppReview.isAvailable();
Navigator.pop(context);
if (available) {
inAppReview.requestReview();
} else {
throw "not available";
}
I'm using in_app_review: ^2.0.8
, only tested this behavior on iOS so far
Metadata
Metadata
Assignees
Labels
No labels