-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onLoadComplete prop is not getting fired[Android] #899
Comments
Also seeing this with latest version |
are you saying it was working in previous versions? |
Hi, I also ran into this problem. It was working in RN version |
For our apps, reverting to 6.7.5 solves the issue. We had ~6.7.5 in Removing the ~ fixed it. |
didn't work though! can you share the code? |
onLoadComplete prop is not working in my case as well. I am also using react native v0.76.5 and react native pdf v6.7.6. it was working with react native v0.75.2 but with latest version it is not working. |
it is working with react native v0.76.5 and react native pdf v6.7.5 |
Is there any solution? |
I believe I found a temporary solution: loadComplete and onPageChanged seem to dispatch at the same time, and loadComplete ends up being ignored. A simple delay on loadComplete seems to work. |
Hello, Just confirming what everyone here already knows, onLoadComplete does not fire when using react-native 0.76.5. However, downgrading react-native-pdf to 6.7.5 resolves the issue. |
We're also experiencing this issue and have had to downgrade to fix. A solution would be much appreciated 🙏 Thank you [My internal ref BDEV-1998] |
Just confirming, that i am also having this issue. A fix would be amazing, thank you |
What
react-native
version are you using?v0.76.5
What
react-native-pdf
version are you using?v6.7.6
What platform does your issue occur on? (android/ios/both)
android
Describe your issue as precisely as possible :
https://github.com/SimantaRajSarma/testing-native-support
logs
nothing
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
https://github.com/SimantaRajSarma/testing-native-support
The text was updated successfully, but these errors were encountered: