aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--config.xml-example2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90b406d..b2e052b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- Bugfixes
- Skip empty report details screen.
- Correctly set user title. #156
+ - Allow mailto: links to be followed. #263
- Development improvements
- CONFIG.SKIP_CONFIRM_REPORT flag to skip confirmation screen
- Ensure compatibility with latest Cordova versions.
diff --git a/config.xml-example b/config.xml-example
index e5dc937..693ed45 100644
--- a/config.xml-example
+++ b/config.xml-example
@@ -8,7 +8,7 @@
mySociety
</author>
<content src="index.html" />
-
+ <allow-intent href="mailto:*" />
<access origin="http://127.0.0.1*" />
<access origin="*://*.openstreetmap.org" />
<access origin="*://*.opencyclemap.org" />