Skip to main content
Participating Frequently
January 24, 2018
Question

Interactive buttons not working on mobile pdf readers

  • January 24, 2018
  • 3 replies
  • 19139 views

I'm trying to create a decision tree form and everything works fine on the desktop version of adobe reader, but I can't get the buttons to work on mobile devices. Depending on the device/reader, the buttons might not even show up, or they will show up but do nothing. I am using buttons that hyperlink to another part of the document and have the following code:

this.getField("number").value = "01"

Any suggestions?

This topic has been closed for replies.

3 replies

New Participant
October 13, 2020

Hi Jared,

A workaround that worked for me when trying to create an interactive catalog for our company was to create the pages as images (using Photoshop in my case) and compile them as a cohesive catalog in PowerPoint (2016 in my case). PowerP

oint allows the creation of custome action buttons similar to Acrobat and once you have set it up the way you want, export as 'Adobe PDF' from Powerpoint. The resulting document was interactive on both my Android Phone as well as on my laptop.

 

Yours is a form as i understand, and PowerPoint does allow creation of forms however, how well they are exported and the specific functionality in your case, i cannot say for sure. Hope this helps

hvasquez BDO
New Participant
March 26, 2022

Thank you!!! This actually worked! 😄

 

New Participant
March 29, 2018

I have an odd problem. I've created an interactive pdf in InDesign with some basic hyperlinks to different pages. When I create the hyperlinks through the buttons and forms option the links work in Adobe Reader on a desktop but not on the Android phone. If I create the links through a basic 'edit hyperlink' directly from the object/button to a destination page without going through the buttons and forms panel, the links work on the Android pdf but not on the computer (iMac/Sierra). It looks like I have to create two documents to work on both which is not really what I want. Any input would be appreciated, thanks.

PS. The links through 'buttons and forms' work in EPUB preview in inDesign, the other option, (that works on the Android) doesn't work in the EPUB viewer. Sorry for any confusion : ) Thanks again.

phils359325
New Participant
May 30, 2018

Hi Mark
I had this problem too, I definitely did not want to create two different documents - especially because we get audited in our work. I solved this by creating a styled object that has two buttons. One for the phone and one for the desktop. It's not perfect but it does allow one document to achieve a common goal

terracottaclayworks
New Participant
March 24, 2020

Hi Phils,

 

Can you please show me how to create a styled button? I'm having the same issue here... We have a product catalogue made from Indesign and exported as interactive pdf. It works fine when viewed on the computer, but on mobile devices, it just doesn't work. I don't know how to make the button work for mobile devices as well, I tried changing the event to "Tap/Release" but still nothing happened. 😞

 

Thanks in advance.

Inspiring
January 24, 2018

The apps on mobile readers go from "not able to handle forms" to "limited JavaScript support". One needs to go over each action's code and see if the  code is supported by the app that is being used.

See JavaScript API reference for JavaScript support in the Adobe Mobile Reader

Participating Frequently
January 24, 2018

I looked at the API reference, and I think that it says my code should be supported. I have a blank text field "number" that the button is writing to. It works just fine on the desktop version, so the code itself should be fine. I was using the android version of adobe reader that I downloaded earlier today but it wouldn't work.