I am using - GitHub - Nodonisko/capacitor-rate-app: Let users rate your app using native review app dialog for both Android and iOS. plugin to implement in-app-review functionality in my Vue app.
Different behavior has been noticed for android and ios.
for iOS, when app-review popup comes on screen and user click outside, the popup still persist on screen.
but in android, clicking outside other than the popup makes the app-review popup disappear.
Is it the normal behavior? what I could do from my side to make behavior common for both.