gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
https://komga.org
MIT License
3.76k stars 219 forks source link

What is the oldest Safari version supported by Komga 1.10.3 #1613

Closed hanzerruid closed 2 months ago

hanzerruid commented 2 months ago

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

DieselTech commented 2 months ago

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:

> 0.5%
ios >= 12
last 2 versions
not dead

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%