Copy link to clipboard
Copied
Hi there!
I'm working on a form that needs to be used on ios (iPad specifically).
I added a button that turns a group of fields to read only.
The code is:
if(app.alert("Document vergendelen?",2,2)==4)
{
this.getField("Group1").readonly = true;
}
This works perfectly on desktop, but on ios it doesn't give me the Yes/No option, only an "OK" button which cancels the action (tried on Acrobat and PDF Viewer).
I also tried it on PDF Expert which does give the Yes/No option, but then the app freezes and nothing happens.
We would prefer to stick to Acrobat or PDF Viewer though for ease of use.
Any help would be greatly appreciated!
Copy link to clipboard
Copied
We can't help. If Adobe didn't implement this function correctly in their own application, there's nothing we can do about it, but complain to them and hope they fix it at some point in the future (but don't count on it).
Copy link to clipboard
Copied
Copy link to clipboard
Copied
That documentation is a joke. How can the method return anything but 1 if there's no way to display the other buttons?
Copy link to clipboard
Copied
We can't help. If Adobe didn't implement this function correctly in their own application, there's nothing we can do about it, but complain to them and hope they fix it at some point in the future (but don't count on it).
Copy link to clipboard
Copied
I see, that's too bad.
Thanks for your reply!