diff options
author | Dave Arter <davea@mysociety.org> | 2017-03-17 07:40:17 -0400 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-03-17 07:40:17 -0400 |
commit | 9a07e3b18d8a6f3ea277b71849fc23942bed5187 (patch) | |
tree | 04cdad814ee86daaca92b959c781d81cc1eefed4 | |
parent | 21de66da76db81a42efbb97a3ac580ef0edf6fd2 (diff) |
Allow mailto: links
-rw-r--r-- | cobrands/cuidomiciudad/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cobrands/cuidomiciudad/config.xml b/cobrands/cuidomiciudad/config.xml index 961ab64..0967521 100644 --- a/cobrands/cuidomiciudad/config.xml +++ b/cobrands/cuidomiciudad/config.xml @@ -31,6 +31,8 @@ <access origin="https://www.cuidomiciudad.com" /> <access origin="https://www.cuidomiciudad.do" /> + <allow-intent href="mailto:*" /> + <preference name="android-minSdkVersion" value="16" /> <preference name="orientation" value="portrait" /> <preference name="StatusBarOverlaysWebView" value="false" /> |