Skip to main content
발간실
Participant
June 18, 2017
Answered

javascript function of automatic dialing on android phone.

  • June 18, 2017
  • 1 reply
  • 349 views

Employee's phone book is changed to pdf document and used on Android phone.
I want to make an automatic call when I click on a phone number.
What can I do?
You can enter 'tel: 010-1234-1234' in the url field of some functions.
If the number is more than 100, the above method is inconvenient.
Automatically fixes the employee's phone book
I need a javascript form to make a call.

This topic has been closed for replies.
Correct answer try67

Don't put any hyphens in the number. It needs to be just digits. Also,

don't put a space after "tel:".

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 18, 2017

Don't put any hyphens in the number. It needs to be just digits. Also,

don't put a space after "tel:".