Github user CVeniamin commented on the issue:
https://github.com/apache/cordova-plugin-inappbrowser/pull/209
This PR solves one problem but creates another which is magnifying glass
will show content from behind InAppBrowser. The issue is that
SuppressesLongPressGesture and Suppresses3DTouchGesture are ignored by
InAppBrowser and current InAppBrowser content isn't displayed on magnifiying
glass. By reverting everything related to magnifying glass works.
My recommendation is to change `setWindowLevel:UIWindowLevelNormal ` to
`setWindowLevel:UIWindowLevelNormal + 1` this will fix magnifying issue.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]