Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
403bf165
Commit
403bf165
authored
Mar 06, 2020
by
Eric Seigne
Browse files
version 1.0.17 build
parents
afc780d5
4ddd5f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-ios.sh
View file @
403bf165
...
...
@@ -9,7 +9,7 @@ cordova platform remove android
cordova plugin remove cordova-plugin-image-cropper
cordova platform add ios@5.1.1
cordova plugin add cordova-plugin-crop
cordova plugin add cordova-plugin-wkwebview-engine
# pour le futur
cordova plugin add cordova-plugin-wkwebview-engine
cordova prepare ios
cordova build ios
...
...
config.xml
View file @
403bf165
...
...
@@ -37,11 +37,13 @@
<allow-intent
href=
"itms-apps:*"
/>
<preference
name=
"BackupWebStorage"
value=
"local"
/>
<preference
name=
"iosPersistentFileLocation"
value=
"Library"
/>
<!-- pour le futur ... a tester
<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
-->
</platform>
<plugin
name=
"cordova-plugin-insomnia"
spec=
"^4.3.0"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment