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] Rating Dialog is unresponsive and can't be closed #107

Open
JonasJW opened this issue Dec 3, 2023 · 0 comments
Open

[iOS] Rating Dialog is unresponsive and can't be closed #107

JonasJW opened this issue Dec 3, 2023 · 0 comments

Comments

@JonasJW
Copy link

JonasJW commented Dec 3, 2023

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

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

1 participant