lukeic commented on issue #417: Keyboard Dismissal Leaves Viewport Shifted in 
iOS 12 / XCode 10
URL: https://github.com/apache/cordova-ios/issues/417#issuecomment-465870241
 
 
   Spent two days on this, fixed thanks to @cvanem's adapted fix to the 
`inappbrowser` plugin code.
   
   I was also able to fix the issue with `scrollTo`, albeit with an 
unacceptable delay in the content being resized, via the IAB JavaScript API:
   `IAB.executeScript({ code: 'window.scrollTo(0, 0);' })`
   
   I spent much more time on this than I'd have liked because I didn't realise 
we were using `inappbrowser`, and was instead running code on the regular 
WebView window.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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