Copy link to clipboard
Copied
Hi,
a simple API call to prefill a textfield is working perfectly in Acrobat Desktop and iOS, but not in Android. When the same API call is use inside a button event, it's also working in Android.
How to reproduce:
- Create a PDF with two textfields "Text1" and "Text2".
- Insert document JavaScript:
this.getField("Text1").value="Text1";
this.getField("Text2").value="Text2";
- Save document and open it in Acrobat Reader App for Android.
=> The textfields are not filled with text as expected.
Used version: 17.0 / Build 164574
You also can download a testfile here: AndroidTest.pdf - Google Drive
Thanks!
Christian
Copy link to clipboard
Copied
Mobile devices are not the same as desktop or laptop computers and their apps do not do all the things that full computer versions of Acrobat or Adobe Reader. Have you checked the documentation for the Acrobat Mobile apps.
http://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/js.html
It looks like Acrobat Mobile Reader support form fields only, no document level actions, no file JavaScript.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now