You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/25 14:10:27 UTC

[GitHub] [cordova-plugin-inappbrowser] yjajkiew commented on issue #451: iOS Magnifying glass is showing bottom layer

yjajkiew commented on issue #451: iOS Magnifying glass is showing bottom layer
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/451#issuecomment-476213753
 
 
   Hi,
   I've got the same problem on one of the app I use with InAppBrowser and I've made an hard-coded fix as follow in src/ios/CDVInAppBrowser.m : 
   
   I replaced `[tmpWindow setWindowLevel:UIWindowLevelNormal];`
   by `[tmpWindow setWindowLevel:UIWindowLevelNormal + 1];`
   
   in the function `dispatch_async(dispatch_get_main_queue(), ^{`
   
   Not sure if this is a clean fix, that's why I didn't make any PR.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org