Interactive buttons not working on mobile pdf readers
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?
