-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the bug
@pdf-viewer/react incorrectly displays a "Browser not supported" error on environments that meet the requirements stated in both the error message and official documentation.
Testing via BrowserStack confirms failures on MacOS Ventura with Safari 16.5.1, MacOS Sonoma with Safari 17.3, and Windows 11 with Chrome 116.0.5845.96. These failures contradict the on-screen error claiming support for Safari 16.5+ and Chrome 110+, as well as developer documentation citing Chrome 115+. I was able to confirm successful rendering on newer versions starting from Windows 11 with Chrome 128 and MacOS Sequoia with Safari 18.4.
To Reproduce
Steps to reproduce the behavior:
- Open any PDF in Safari 16.5.1, 17.3
- Error message appears saying browser not supported
Expected behavior
Either support the Safari 16.5.1 and Chrome 116 or update the error message and dev docs browser support list to reflect which browsers are actually supported.
Desktop (please complete the following information):
- OS: MacOS Ventura/Sonoma and Windows 11
- Safari 16.5.1 & 17.3
- Chrome 116 & 117
- @pdf-viewer/react 1.13.0 and pdfjs-dist 4.10.38
