Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

javascript function of automatic dialing on android phone.

New Here ,
Jun 17, 2017 Jun 17, 2017

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.

TOPICS
Acrobat SDK and JavaScript , Windows
317
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 18, 2017 Jun 18, 2017

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

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

Translate
Community Expert ,
Jun 18, 2017 Jun 18, 2017
LATEST

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

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines