react-native-pdf
react-native-pdf copied to clipboard
`onLoadComplete` prop is not getting fired[Android]
What react-native
version are you using?
0.71.8
What react-native-pdf
version are you using?
6.7.1
What platform does your issue occur on? (android/ios/both) android
Describe your issue as precisely as possible :
- Steps to reproduce the issue or to explain in which case you get the issue
- I am getting a URL from backend which just opens the pdf using the Pdf component from this package and it is working absolutely fine in iOS devices but in case of android the
onLoadComplete
callback prop is not getting triggered.
I have the same problem.
The onLoadComplete don't work on android (only android) after loaded pdf.
"react": "18.2.0", "react-native": "0.72.4", "react-native-pdf": "^6.7.1",
+1
@PopyDeveloper @spidergears did you got any solution for this?