What is the oldest Safari version supported by Komga 1.10.3 #1614
Replies: 2 comments 2 replies
-
There are no exact version numbers when it comes to supported versions like that. It's an ever-moving target as new versions release and new features get updated. The way it's currently defined in the project is:
You can take that and look on Browser List to see what it translates into. Even though it says it's targeting ios 12 or higher, I suspect something might of changed on vue's end recently. That or apple has stopped updating the older browsers and they are falling too far behind. What is the full user-agent of the browser? What you posted looks like it's only half the UA. Check your UA. That will give us more info into the exact version of safari your on. Your version 13.1 works out to be 0.00% of the overall web traffic. It's highly likely that Vue (the framework where the requirements come from) decided to stop supporting something that has so little use that it registers as 0% |
Beta Was this translation helpful? Give feedback.
-
Workaround: |
Beta Was this translation helpful? Give feedback.
-
Steps to reproduce
I am encountering an issue with Komga 1.10.3 on my iPad running iPadOS 13.1.2 with Safari/605.1.15 AppleWebKit/605.1.15. The problem I'm facing is that the page loads blank. I can confirm that Komga works fine on both iPhone and PC platforms. According to issue #1253, I suspect this could be due to the older version of iPadOS I'm using. Could you help me clarify the oldest Safari version supported by Komga 1.10.3?
Expected behavior
I expect Komga to load and display content as it does on other platforms (mobile and PC).
Actual behavior
The page loads blank without displaying any content.
Logs
No response
Komga version
1.10.3
Operating system
iPadOS 13.1.2
Installation method
Docker
Other details
No response
Acknowledgements
Beta Was this translation helpful? Give feedback.
All reactions