-
Notifications
You must be signed in to change notification settings - Fork 19
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
"Loading..." screen remains after hitting X button on top right. #4
Comments
@nasof did you end up finnding a soluttion? Same issue here |
The |
+1 |
+1 - maybe there's some magic that you can do with injecting javascript into the webview? |
+1 |
This issue is still persists even using the onClose props. |
+1, the onClose function is not triggered |
I had to look at the commit, the changes weren't included in the npm package. Manually added the lines and it works now. |
@gessic-apps, oh shoot :( would be great to include this commit in the npm package. 🚨 @ubdi, can you update the npm package please? 🙏 |
Someone has a solution for this?, I would like to hide the form on react native view if the user press the "X". |
Incidentally, if anyone is facing this issue, you can just reference the commit in npm/yarn directly:
|
After dismissing the modal, the white loading screen stays up. Any way to get the component to completely close?
Or disable the X button
The text was updated successfully, but these errors were encountered: