digibusiness commented on issue #177: Wrong status bar height after input:file "Take Photo" (iOS 13 only) URL: https://github.com/apache/cordova-plugin-statusbar/issues/177#issuecomment-572711899 We are not iOS developers either. Probably that fix is not the most elegant solution, but we needed something that would solve the problem as soon as possible. We implemented that code because the problem seemed the same as the one addressed in the statusBarDidChangeFrame method; the cordovaViewWillAppear event also appears to be invoked before the actual frame change (at least in the reported case). If so, and if there is no other event available, appending the event to the dispatcher may be the only solution. However, if another way to solve the problem could be found, such as using the events you suggested, it would certainly be better, but we do not have the ability to verify your suggestion, we would need knowledge of the iOS apps that unfortunately we don't have.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
