cordova-plugin-iphone-x-viewport-fix

Fixes content scrolling off the screen after a keyboard opens on iPhone X series phones.

Usage no npm install needed!

<script type="module">
  import cordovaPluginIphoneXViewportFix from 'https://cdn.skypack.dev/cordova-plugin-iphone-x-viewport-fix';
</script>

README

cordova-plugin-iphone-x-viewport-fix

Cordova plugin to patch buggy iPhone X viewport behavior

cordova >= 7.1.0 cordova-ios >= 4.5.0 xcode >= 11

Requirement

https://github.com/akofman/cordova-plugin-add-swift-support

<platform name="ios">
  <preference name="UseSwiftLanguageVersion" value="5" />
</platform>

Installation

cordova plugin add cordova-plugin-iphone-x-viewport-fix

Supported Platforms

  • iOS (>=13.0)