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

Java script not working on Acrobat app

New Here ,
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

Views

222

Translate

Translate

Report

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
Community Expert ,
Dec 30, 2021 Dec 30, 2021

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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