wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.6k stars 553 forks source link

Unsupported URL - Latin characters #697

Open paularolim opened 2 years ago

paularolim commented 2 years ago

What react-native version are you using? 0.68.2

What react-native-pdf version are you using? 6.5.0

What platform does your issue occur on? (android/ios/both) iOS

Describe your issue as precisely as possible : PDF URIs with Latin characters, for example, with the accented word "Portuguese" return the error "unsupported URL". Even trying to use encodeURI/decodeURI or encodeURIComponent/decodeURIComponent I was not successful.

Example of a link with accents I found on the internet to reproduce the issue: https://dhg1h5j42swfq.cloudfront.net/2016/12/12140937/Resumo-Português.pdf

atifaziz1 commented 2 years ago

Special character also doesn't work.. www.baseURL/#/termsAndConditions shows blank screen.

Any solution.?