Document level JavaScript not executed in Acrobat Reader App for Android
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
