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/08 17:23:17 UTC

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

breautek 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-572171237
 
 
   I wonder if there is another way to do this instead of simply adding a timer to wait x amount of time.
   
   Generally speaking, I dislike waiting x amount of time as that doesn't necessary guarantee that what we are waiting for will actually be ready to read.
   
   I'm not really an iOS expert, but is there a way to listen for statusbar/UI changes instead? Perhaps the `application:didChangeStatusBarFrame` delegate method will be a better approach to resize the webview.
   
   https://stackoverflow.com/a/2944534/4685664

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