Skip to content

Commit 5ffc61a

Browse files
committed
only target tablets
1 parent 6673234 commit 5ffc61a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

config.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.github.fieldmapper" version="1.0.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="io.github.fieldmapper" version="1.0.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>FieldMapper</name>
44
<description>
5-
Geotagged data collection made easy.
5+
Toolbox for the collection of geotagged data in the context of fieldwork.
66
</description>
77
<author email="felix-schott@gmx.de">
88
Felix Schott
@@ -21,6 +21,9 @@
2121
<allow-intent href="geo:*" />
2222
<platform name="android">
2323
<allow-intent href="market:*" />
24+
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/supports-screens">
25+
<supports-screens android:largeScreens="true" android:normalScreens="false" android:smallScreens="false" android:xlargeScreens="true" />
26+
</edit-config>
2427
</platform>
2528
<platform name="ios">
2629
<allow-intent href="itms:*" />
@@ -29,7 +32,6 @@
2932
<plugin name="cordova-plugin-whitelist" spec="1" />
3033
<plugin name="cordova-plugin-webpack" spec="~0.4.7" />
3134
<plugin name="cordova-plugin-device" spec="~2.0.3" />
32-
<plugin name="cordova-plugin-file" spec="~6.0.2" />
3335
<plugin name="cordova-plugin-geolocation" spec="~4.0.2" />
3436
<plugin name="cordova-plugin-file-transfer" spec="~1.7.1" />
3537
<plugin name="cordova-plugin-network-information" spec="~2.0.2" />

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"cordova-plugin-whitelist": {},
4040
"cordova-plugin-webpack": {},
4141
"cordova-plugin-device": {},
42-
"cordova-plugin-file": {},
4342
"cordova-plugin-geolocation": {},
4443
"cordova-plugin-file-transfer": {},
4544
"cordova-plugin-network-information": {},
46-
"cordova-plugin-geolocation-permission-status": {}
45+
"cordova-plugin-geolocation-permission-status": {},
46+
"cordova-plugin-file": {}
4747
},
4848
"platforms": [
49-
"android",
50-
"browser"
49+
"browser",
50+
"android"
5151
]
5252
}
5353
}

0 commit comments

Comments
 (0)