Giter Site home page Giter Site logo

Comments (31)

kiriya-aoi avatar kiriya-aoi commented on May 29, 2024 1

Any iOS 12.5 device is running Safari 12.1/WebKit 607.x.y.

from komga.

gotson avatar gotson commented on May 29, 2024

It's from 2014, it may be that the browser is out of date and does not support recent websites.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Possible and I know it is an old device but I used it in the last months almost everyday to login on Komga and the problem appeared only two weeks ago. I have another old tablet android, a Samsung SM-T560 (Galaxy Tab E) that shows a similar problem, the access page is not totally blank but the Komga logo appears in the page. The funny thing is that a friend of mine has the same Mini Ipad 3 like me, on which Komga through Chrome works perfectly.

from komga.

Konne06 avatar Konne06 commented on May 29, 2024

me too, im mini2 and any browser has this problem

from komga.

Thilas avatar Thilas commented on May 29, 2024

Same here on my iPad mini 2 (iOS 12.5.7 as well) and Komga 1.7.2 (but the problem started when I was on a previous version). I tested several browser like Safari, Brave, Chrome (but not on the latest version because of the old iOS version) and Opera (latest version), private session or not, all have the issue: blank page instead of login page with favicon.

from komga.

gotson avatar gotson commented on May 29, 2024

All ios browsers are using the same underlying engine so they are basically all the same browser.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Ok, but why does it happen and why are there people who I know that have my same Ipad, using the same browser but they do not have the same problems accessing Komga?

from komga.

gotson avatar gotson commented on May 29, 2024

Ok, but why does it happen and why are there people who I know that have my same Ipad, using the same browser but they do not have the same problems accessing Komga?

I don't know. No one in this thread managed to provide the exact version or information about the browser they use.

from komga.

serpichino avatar serpichino commented on May 29, 2024

English is not my mothertongue, maybe I did not understand exactly what you need to proceed. Which informations do you need?

from komga.

Thilas avatar Thilas commented on May 29, 2024

I don't know. No one in this thread managed to provide the exact version or information about the browser they use.

@gotson, I tried to provide all the information I have. If anything is missing, I'll give it here right away, just let me know.

All ios browsers are using the same underlying engine so they are basically all the same browser.

If you are correct, knowing the version of iOS (12.5.7 as mentioned above) and Komga (1.2.7) should be enough, right?

from komga.

gotson avatar gotson commented on May 29, 2024

The ios version is useless to me. I need the browser engine version.

from komga.

gotson avatar gotson commented on May 29, 2024

Any iOS 12.5 device is running Safari 12.1/WebKit 607.x.y.

Thanks, that's actually useful. Current browserlist is:

> 1%
last 2 versions
not dead

Maybe adding ios >= 12 would help.

from komga.

serpichino avatar serpichino commented on May 29, 2024

What does your last post mean? Where should I add "ios >= 12"?

from komga.

gotson avatar gotson commented on May 29, 2024

What does your last post mean? Where should I add "ios >= 12"?

It's a build configuration that will build the website files with the target browsers. This should build a website that is supported on ios 12+.

Let's see at the next release if that works. If not, well, I don't have any more ideas.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Thank you! Do you have an idea of when will next release be updated?

from komga.

gotson avatar gotson commented on May 29, 2024

Soonβ„’

from komga.

github-actions avatar github-actions commented on May 29, 2024

πŸŽ‰ This issue has been resolved in 1.8.4 (Release Notes)

from komga.

gotson avatar gotson commented on May 29, 2024

@serpichino did you try the latest version? Does it solve the problem on older iPad?

from komga.

Thilas avatar Thilas commented on May 29, 2024

I've tested the last version and the login page is back! Unfortunately I'm having an error while authenticating. I'll post a screenshot as soon as I can.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Unfortunately it does not work. Safari says that the page cannot be opened because the server cannot be reached. So it remains blank. Chrome instead shows the login page and then the same problem reported by @Thilas . See the photo below after authentification.

20231209_153014

from komga.

Thilas avatar Thilas commented on May 29, 2024

I confirm this is the same error I have. Though I have it on Safari (only browser I tested with the latest version so far).

from komga.

gotson avatar gotson commented on May 29, 2024

Without more details on the error there's not much I can do.

from komga.

serpichino avatar serpichino commented on May 29, 2024

What kind of details do you need? Browsers and systems are the same above, you can not update anything on these old tablets.

from komga.

DieselTech avatar DieselTech commented on May 29, 2024

Can you open up the dev tools for the page and try to get the error that is showing up there? How that's done on a iOS device I'm not sure, normally would be F12 on a keyboard.

from komga.

serpichino avatar serpichino commented on May 29, 2024

My device is an old Ipad Mini 3 that worked perfectly with Komga until about two moths ago. So the problem is due to some recent changes. There's no keyboard and the typical Apple interface does not let you too much freedom. The problem seems like the one below:

https://rollbar.com/blog/javascript-chunk-load-error/

Could it be?

from komga.

DieselTech avatar DieselTech commented on May 29, 2024

The sad fact is your device is just too old and outdated to keep up with the ever evolving landscape of web design anymore. What used to work in the past no longer does because development of web standards doesn't stop. If you want to use such an outdated device then you also need to use an outdated version of komga. You'll forever be locked to that version of komga until you get a more modern device. This is the path apple has chosen, any beef should be taken up with with them.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Well, I would certainly stay to that "outdated" version of Komga...if I could choose. Unfortunately, Komga version through browser is chosen by the web developer. A similar problem occurs with an old Android tablet. Until two months ago both worked. As I saw it is just a decision of the developer activate or not the option in the code for the version supported and resolve javascript errors, technically there is no "real" problem. So...even this is planned obsolescence like Apple does and like you said. Curious, right?

from komga.

DieselTech avatar DieselTech commented on May 29, 2024

Well, I would certainly stay to that "outdated" version of Komga...if I could choose.

You can choose. Go back through github releases and grab an older version that will work with your device. You just won't be getting new features that are coming out because none of the web standards are targeting out dated unsupported by the manufacture devices anymore.

from komga.

serpichino avatar serpichino commented on May 29, 2024

Maybe you lost some steps. I access to Komga through browser, not through app. The version on the website is not chosen by me.

from komga.

DieselTech avatar DieselTech commented on May 29, 2024

Maybe you lost some steps. I access to Komga through browser, not through app. The version on the website is not chosen by me.

Do you run your own instance or are you a user of someone else's instance where they invited you?

from komga.

serpichino avatar serpichino commented on May 29, 2024

I turn my Ipad Mini 3 on, i open Chrome/Safari/ (now only Chrome works), i write my server address in the address bar. That's all.

from komga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.