0
Java script not working on Acrobat app
New Here
,
/t5/acrobat-sdk-discussions/java-script-not-working-on-acrobat-app/td-p/12625071
Dec 30, 2021
Dec 30, 2021
Copy link to clipboard
Copied
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!
TOPICS
Acrobat SDK and JavaScript
,
Mac
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/java-script-not-working-on-acrobat-app/m-p/12625108#M88431
Dec 30, 2021
Dec 30, 2021
Copy link to clipboard
Copied
The mobile version of Acrobat doesn't support almost any scripts, unfortunately.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

