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 2020/01/09 19:17:27 UTC

[GitHub] [cordova-plugin-statusbar] digibusiness commented on issue #177: Wrong status bar height after input:file "Take Photo" (iOS 13 only)

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:
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