Skip to main content
Participant
December 30, 2021
Question

Java script not working on Acrobat app

  • December 30, 2021
  • 1 reply
  • 447 views

Hi does anyone know how make Java script work on Acrobat mobile app for showing and hiding fields when a check box is selected?

 

var nHide = event.target.isBoxChecked(0)?display.visible:display.hidden;

this.getField("platinum").display = nHide;

this.getField("platinum_price").display = nHide;

this.getField("audio_plat").display = nHide;

 

This completely works on desktop but when testing on Acrobat app, its not working.

 

Please let me know how to solve this. 

 

Thanks!

 

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

try67
Community Expert
Community Expert
December 30, 2021

The mobile version of Acrobat doesn't support almost any scripts, unfortunately.