Skip to main content
Participant
February 20, 2025
Answered

How to get the button function to work on mobile devices?

  • February 20, 2025
  • 1 reply
  • 352 views

Hi Adobe Community, I managed to create a checklist form with buttons whereby when users clicks on the button on either 'Pass' or 'Fail' or 'NA', a circle will appear on the option. However, I realized this button function will only work if the users has an adobe acrobat Pro account on a laptop. I have also been tasked to make the buttons work on mobile devices as it eases my users to complete the checklist forms rather than taking out their laptops. I've tried simulating to complete the form on my mobile device with adobe fill and sign app, and the circle button does not work as well. Is there any javascript code that could make my buttons work for non adobe acrobat viewer and also for mobile devices?

 

Appreciate if you could assist with the codes.

 

Thank you.

Correct answer Nesa Nurani

Unfortunately, JavaScript for mobile is very limited.

There is one option you can try, instead of circle text, put your text inside a field, and you could add simple script to a button when clicked it would add a checkmark or some other symbol next to text so it looks like it's selected.

1 reply

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertCorrect answer
Community Expert
February 20, 2025

Unfortunately, JavaScript for mobile is very limited.

There is one option you can try, instead of circle text, put your text inside a field, and you could add simple script to a button when clicked it would add a checkmark or some other symbol next to text so it looks like it's selected.