Martin Kausche
Martin Kausche
In fact the normal click on a notification to open/launch the App is working on iOS. What is not working on iOS is getting `launchDetails` when the app was launched...
A workaround is to include something like ``` unreleased_version_label = "0.1.2 (2017-12-05)" ``` to your `.gitchangelog.rc` and update it to the actual version and date before creating a new changelog.
Howto use a custom android theme with the datepicker-plugin: ### Step 1 Generate your custom `styles.xml`: ```xml #0277BD #004C8C @color/primaryColorDark @color/primaryColorDark @color/primaryColor @color/primaryColorDark @color/primaryColorDark @color/primaryColorDark @style/MyPickerDialogTheme @style/MyPickerDialogTheme @color/primaryColor ``` Please...
Difficult to diagnose from here, but please check if * the `styles.xml` had been copied to `platforms/android/app/src/main/res/values/styles.xml` and * if your `platforms/android/app/src/main/AndroidManifest.xml` had been edited correctly, the `application`-node and its...
AFAIK the code provided by @AnandKumar2610 just changes the look of the ionic-picker inside of the webview, the plugin provided here offers to use native dialogs to select dates and...
The image seems not to honor the baseURL setting from config-toml I got it working by providing the Environment variable (HUGO_BASEURL) by: `docker run --rm -P --volume $(PWD):/src --volume ${PWD}/public:/output...
Sorry @jojomi , I dont have much time left for side projects (and testing ;) ) But it should be something like this: ``` #!/bin/sh WATCH="${HUGO_WATCH:=false}" SLEEP="${HUGO_REFRESH_TIME:=-1}" HUGO_DESTINATION="${HUGO_DESTINATION:=/output}" echo "HUGO_WATCH:"...
Hi, I updated my fork to create all Icons needed to work with * Cordova 8.0.0 * cordova-ios 4.5.4 * XCode 9.2 (9C40b) See here: Be aware that my master-branch...