# Open links in external apps

**URL:** https://community.thunkable.com/t/open-links-in-external-apps/35036
**Category:** Questions about Thunkable X
**Created:** [July 9, 2018, 10:57pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036 "2018-07-09T22:57:11Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 9, 2018, 10:57pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/1 "2018-07-09T22:57:11Z")

</div>

Hi guys,

I make a address.html page in WebViewer like this:

[address.html.txt](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/5/a56573543e075397399b154162f3d496067abebb.txt)

´´´html

 Rua Christiano Pagani, 5-38  
 Jd. Marabá - Bauru/SP  
 17047-144  
 Brazil  
   
 Phone: (14)3879-6793  
 Site: [Focus Idiomas - Bauru](https://www.focusidiomasbauru.com.br)  
 Facebook: [Focus Idiomas - Bauru](https://www.facebook.com/FocusIdiomasBauru)  
 e-mail to: [Focus Idiomas - Bauru](mailto:contato@focusidiomasbauru.com.br)  
 ´´´

the only one that worked when opening an external application was the phone …

How to open their applications?

Thanks  
André

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 10, 2018, 5:58am UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/2 "2018-07-10T05:58:40Z")

</div>

Hi,

do you want to make sure that when you click a link in WebWiewer, the applications installed on iPhone open? As far as I understand, this is impossible. You can use a deep link to open the installed application (if such an application link exists).

---

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 10, 2018, 2:59pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/3 "2018-07-10T14:59:05Z")

</div>

Hi

Could you show me the way with an explex?

Does this solution work on Android too?

Thanks soo much

André

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 10, 2018, 5:59pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/4 "2018-07-10T17:59:18Z")

</div>

Currently, I prefer to use Thunkable X only for iOS and can not say if it works for Android.

Alex

---

<div class="post-metadata">

### Author: ![alfcanova](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/alfcanova/32/20747_2.png) [@alfcanova](https://community.thunkable.com/u/alfcanova)
#### Post date: [July 10, 2018, 10:37pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/6 "2018-07-10T22:37:01Z")

</div>

Hi again,

On Android 7.0 the App open phone dial if in Webviewer you make a html code:  
´´´html Phone: ´\<ahref="(XX)XXXX-XXXX"\> (XX)XXXX-XXXX\<br´\>´´´

and e-mail link open email App  
´´´html e-mail to: ´\<ahref=“mailto:abc@def.ghi.jk”\> abc - def \<br´\>´´´

PS1: but your app must actually be installed  
PS2: where you see **“ahref”** must be **"a href"**

Thanks

André

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:02pm UTC](https://community.thunkable.com/t/open-links-in-external-apps/35036/7 "2024-11-08T12:02:06Z")

</div>


