Hi All,
I am trying to build a PDF with JavaScript. It has some text boxes to enter text, and then a button called "Pay now". When I click "Pay Now", it calls a URL to perform payment, and returns the confirmation back to user on PDF as a pop-up. This works fine in Desktop. But, when I open the PDF on Android, nothing happens when I click the button "Pay now".
What can I do to make Android respond to Adobe Javascript events ? Thanks much.