I am using - https://github.com/Nodonisko/capacitor-rate-app, 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.