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 2019/02/21 05:46:18 UTC

[GitHub] lukeic commented on issue #417: Keyboard Dismissal Leaves Viewport Shifted in iOS 12 / XCode 10

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