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 2018/09/26 09:54:14 UTC

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

Bravo2x commented on issue #417: Keyboard Dismissal Leaves Viewport Shifted in iOS 12 / XCode 10
URL: https://github.com/apache/cordova-ios/issues/417#issuecomment-424656364
 
 
   Hello! In my case i updated webview  <plugin name="cordova-plugin-ionic-webview" spec="^2.1.4" />
   and ionic platform to latest version. For now i have 
   
   Ionic:
   
      ionic (Ionic CLI)  : 4.1.2 (/usr/local/lib/node_modules/ionic)
      Ionic Framework    : ionic-angular 3.9.2
      @ionic/app-scripts : 3.1.11
   
   Cordova:
   
      cordova (Cordova CLI) : 8.0.0
      Cordova Platforms     : ios 4.5.5
      Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.4, (and 12 other plugins)
   
   System:
   
      ios-sim : 5.0.13
      NodeJS  : v8.11.3 (/usr/local/bin/node)
      npm     : 6.1.0
      OS      : macOS High Sierra
      Xcode   : Xcode 10.0 Build version 10A255
   but it still not enough, you should add to config.xml file:
       <feature name="CDVWKWebViewEngine">
           <param name="ios-package" value="CDVWKWebViewEngine" />
       </feature>
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
   if you have issues with CORS after this modification please let me know and i create instruction how to avoid it 
   
    

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