Jeong Sang (정상)
Jeong Sang (정상)
이번 학기에는 진행하지 않으려고 합니다.
Sadly I'm having the exact same issue. Have you ever found a solution?
Thank you for confirming. I'm having the same issue on my Galaxy S24 running Android 16. I think I should give it a try with different Android versions and devices.
I confirm this issue only happens on Android 16 devices.... :'( I'll look into it
@nexquery @Daniel3711997 Oh, it was duplicate of https://github.com/react-navigation/react-navigation/issues/12366 . Hope you have a nice day :)
> So the fix is: > > tools:replace="android:enableOnBackInvokedCallback" > android:enableOnBackInvokedCallback="false" > > ? Yes, also make sure to check if the other libraries listen to BackHandler.
FYI: On the latest version (7.0.3 for now), the patch is already applied :-) https://github.com/wonday/react-native-pdf/blob/a7efe94414bc9cff392340ae11713769bf096b7e/android/src/main/java/org/wonday/pdf/PdfView.java#L112-L114 However, `onLoadComplete` can still be ignored on low-end devices, as a 10ms delay is not...