-
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
iOS 11.4.1 XCode 10.0 after inAppBrowser closed, app does not respond to touch events #314
Comments
Which version of the inappbrowser are you using? |
Which version of the inappbrowser are you using? 3.0.0 |
I also faced this issue when I am using forked version of this plugin. |
Glad you found the solution @mobilestar2015. Any chance of submitting a pull request so that we can get this issue resolved? |
Same case here. I used a fork of the plugin and the app suffered from the same behaviour. |
@moldstadt I created a PR for this bug fix. |
That issue matches my symptoms exactly. How do we get a PR done? |
I'm having this problem on version 2.0.2, and I applied the following commit fix (not on npm yet) and it works fine: https://github.com/apache/cordova-plugin-inappbrowser/pull/272/files Does that fix not work for you? |
Actually, both patches are necessary: This:
And this:
|
I have tested this change and it works perfectly. |
Yes, I have same issue here is the detail I tried to downgrade to inAppBrowser 1.7.4 the issue still there. |
This bug was caused by PR #284 - prior to this, the window level was set to |
After the inAppBrowser is closed (after viewing a website), the app does not respond to normal touch events - touch, swipe etc.
The app still handles timer events in the background, so potentially this is an issue with how events are intercepted between the inAppBrowser and the underlying app, but the interceptor is not removed correctly when the inAppBrowser is closed.
The text was updated successfully, but these errors were encountered: