-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Problem with function close() #423
Comments
I too am facing the same issue. Seems similar to[https://github.com//issues/290]. |
Try this |
santhoshbabu-d -- this part of code is working corectly - close() function is't work corectly. |
i am using inapp for payment gateway in ionic v1..... after returning from payment gateway site i am unable to close window anywork around ? |
This worked for me on iOS: Something-Useful@61720c6 |
Hello
I have problem with inapp, I want close browser after when event fire. I try use close() but function not working. What Im doing wrong?
This is my code:
const browser = this.inAppBrowser.create(url, '_blank', options);
The text was updated successfully, but these errors were encountered: