James
James
I was having the same issue with jQuery 1.6.4, and added `null` as advised above (but it was on line 840). Thanks for the tip - been scratching my head...
Just wanted to chip in I am experiencing this issue with the following dependencies: ``` cordova-plugin-privacyscreen 0.3.1 cordova 6.5.0 cordova-ios 4.4.0 iOS 9 ```
Seems to be related to setting `self.viewController.view.window.hidden`. When I remove all other logic except the lines setting that property to `No` in `onAppDidBecomeActive` and `Yes` in `onAppWillResignActive`, the bug still...