What react-native-pdf version are you using?
6.7.1
What platform does your issue occur on? (android/ios/both)
both
Describe your issue as precisely as possible :
Using pdf-lib to add text fields to the PDF document and export it as base64. The form fields appear on the PDF, but they are not editable. I can set fixed values within them and it works fine, but cannot edit the fields themselves.
Join a screenshot or video of the problem on the simulator or device?
What
react-native
version are you using? 0.71.8What
react-native-pdf
version are you using? 6.7.1What platform does your issue occur on? (android/ios/both) both
Describe your issue as precisely as possible : Using
pdf-lib
to add text fields to the PDF document and export it as base64. The form fields appear on the PDF, but they are not editable. I can set fixed values within them and it works fine, but cannot edit the fields themselves.Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
What do I expect? The form elements should be interactive and I should be able to retrieve their values.