You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What react-native-pdf version are you using? 6.7.5
What platform does your issue occur on? (android/ios/both) both
Describe your issue as precisely as possible :
The pdf is loading eventually, but the indicator always stays at 0.00% during the loading time. Also when a pdf gets opened via deep link then the indicator shows the percentage in minus, for example -839393.0%. When I tried to implement my own activityIndicator the progress was also always 0. And when trying to use onLoadProgress, this does not even get executed.
What
react-native
version are you using? 0.74.0What
react-native-pdf
version are you using? 6.7.5What platform does your issue occur on? (android/ios/both) both
Describe your issue as precisely as possible :
The pdf is loading eventually, but the indicator always stays at 0.00% during the loading time. Also when a pdf gets opened via deep link then the indicator shows the percentage in minus, for example -839393.0%. When I tried to implement my own activityIndicator the progress was also always 0. And when trying to use onLoadProgress, this does not even get executed.
Show us the code you are using?
<Pdf
trustAllCerts={Platform.OS === 'ios'}
style={styles.viewer}
source={{
uri:
${currentUrl}
,headers: { Cookie:
;${authCookie}
},}}
/>
The text was updated successfully, but these errors were encountered: