lhmarcilli removed a comment on issue #417: Keyboard Dismissal Leaves Viewport 
Shifted in iOS 12 / XCode 10
URL: https://github.com/apache/cordova-ios/issues/417#issuecomment-530966664
 
 
   Solved here...
   
   Terminal/prompt: 
   
   cordova plugin add cordova-plugin-keyboard
   cordova prepare
   cordova platform add ios
   
   Open on xcode
   
   Add on phonegap/cordova config.xml:
   preference name="HideKeyboardFormAccessoryBar" value="false" />
   preference name="KeyboardShrinksView" value="true" />
   
   

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