-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
22 lines (19 loc) · 821 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-wkwebview-inset-adjustment-never" version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>WKWebview UIScrollViewContentInsetAdjustmentNever</name>
<description>WKWebview UIScrollViewContentInsetAdjustmentNever</description>
<author>lovelyelfpop</author>
<license>MIT</license>
<keywords>WKWebview,UIScrollViewContentInsetAdjustmentNever</keywords>
<repo></repo>
<issue></issue>
<engines>
<engine name="cordova" version=">=9" />
<engine name="cordova-ios" version=">=6.0.0" />
</engines>
<platform name="ios">
<hook src="hooks/iosAfterPlatformAdd.js" type="after_platform_add" />
</platform>
</plugin>