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
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
The text was updated successfully, but these errors were encountered:
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
I'm using
in_app_review: ^2.0.8
, only tested this behavior on iOS so farThe text was updated successfully, but these errors were encountered: