Skip to main content
bryang51000329
Participating Frequently
December 1, 2017
Answered

Javascript checkbox not working on iPad

  • December 1, 2017
  • 2 replies
  • 1359 views

Hello,

    I have an awesome PDF Form that works perfectly on my PC. However many of the javascripts I'm using to make it so when you check a box another checks/unchecks are not working on iPad. Here are 2 samples. Anyone know how to get this working?

Example 1

if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, true);

Example 2

if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, false);

This topic has been closed for replies.
Correct answer George_Johnson

With iOS you'd have to use a PDF viewer that has sufficient support for scripting. Acrobat Reader does not, but Readdle's PDF Expert does.

2 replies

bryang51000329
Participating Frequently
December 12, 2017

Does anyone have a suggestion for an alternate way of doing this that will work with Adobe Reader on the iPad? Readdle's PDF Expert is not an option

George_JohnsonCorrect answer
Inspiring
December 2, 2017

With iOS you'd have to use a PDF viewer that has sufficient support for scripting. Acrobat Reader does not, but Readdle's PDF Expert does.