- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I have 3 buttons, "visit" "send us an email" and "call", with the emulator works fine, but when i download it to play store these buttons do not work, I need to enable something?
I put mailto: *, http: // *, on the whitelist, how can I fix?
I use this very basic html code
<a href="mailto:annamariacianchetti@tiscali.it" ><img style="width: 74px; height: 38px;" alt="logo" src="files/mail.png"></a>
<a href="http://www.centroesteticoamoha.it" ><img style="width: 74px; height: 38px;" alt="logo" src="files/web.png"></a>
<a href="tel:08119255723" ><img style="width: 74px; height: 38px;" alt="logo" src="files/chiama.png"></a>
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use a plugin to handle this: cordova-plugin-inappbrowser
After that, use cordova.InAppBrowser.open(URL, '_blank', 'location=yes');
URL can be http://xxxxxxx, mailto:yyy@kkkkk, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend adding mailto: * to the Intent text field as this field corresponds with the intent request such as launching the Mail composer.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page