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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to