Skip to main content
Participant
January 4, 2024
Answered

Does a user need Acrobat Pro to have Javascripts run properly?

  • January 4, 2024
  • 2 replies
  • 861 views

I have built a form for my company that needs to be filled out by users who do not have Adobe Pro Licenses. In this form, I have written javascript for text boxes so there is a pop-up to auto-fill in these text boxes. I had someone test it out on a tablet to see if this would work for them, however, the popups did not appear on his end. Is this because the user did not have an Adobe Pro License or is it because it is being run on a tablet and not a computer?

This topic has been closed for replies.
Correct answer Joel Geraci

Acrobat on mobile supports only a limited set of JavaScript. What is supported is listed here https://experienceleague.adobe.com/landing/acrobat-mobile-deployment/iosapi/index.html

2 replies

Joel Geraci
Community Expert
Joel GeraciCommunity ExpertCorrect answer
Community Expert
January 4, 2024

Acrobat on mobile supports only a limited set of JavaScript. What is supported is listed here https://experienceleague.adobe.com/landing/acrobat-mobile-deployment/iosapi/index.html

try67
Community Expert
Community Expert
January 4, 2024

> Is this because the user did not have an Adobe Pro License or is it because it is being run on a tablet and not a computer?

The latter. Most scripts won't work on mobile devices, unfortunately.