Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

calling a number using tel in href link is not working properly in xdk app.

kulkarni__sameer
Beginner
941 Views

Hello ,i am new to intel xdk app.i want  call a number through app designed using intel xdk.

 

0 Kudos
6 Replies
nicolas_r_
Beginner
941 Views

  href="tel:+xxxxxxxxx"  and get sure to add tel:* to the whitelist of your project 

0 Kudos
kulkarni__sameer
Beginner
941 Views

I treid this one but it is not working .mein code is as below

 <a href="tel:+918867649749"><button>call</button></a>

0 Kudos
nicolas_r_
Beginner
941 Views

did u add tel:* to the whitelist? 

0 Kudos
kulkarni__sameer
Beginner
941 Views

Firs,t thank you for replying.Sorry Sir i am not getting what is whitelist.Actually code is in php page ,i am accessing pge dynamically in xdk app.Please can you explain me what to do.

 

0 Kudos
nicolas_r_
Beginner
941 Views

well the whitelist is a setting on your project where you put all the pages that you will allow your app to open,  or in this case external like call or send mails. you have open project tab then in build setting there is the whit list. whitelist_0.png

0 Kudos
kulkarni__sameer
Beginner
941 Views

Sir ,Finally i got this one.Thank you very much.

Thanks

Sameer

0 Kudos
Reply