diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-23 16:49:09 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-23 16:49:09 -0500 |
| commit | 2ee1fa1581db8fdbe0c9ba954c13cfda9d41a6c3 (patch) | |
| tree | 4c42ea53f2e565c9cb5fff423fdf97d2ac086f6d /config.xml | |
| parent | 67de8d1520dc8f70977dc1e4e2775d71e58916e4 (diff) | |
#897 make sure scrub bar doesn't get too close to iphoneX home bar
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,9 +175,9 @@ <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> <plugin name="cordova-plugin-inappbrowser" spec="3.2.0" /> - <engine name="android" spec="8.0.0" /> - <engine name="ios" spec="^5.0.1" /> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> + <engine name="android" spec="8.0.0" /> + <engine name="ios" spec="^5.0.1" /> </widget> |
