_autoRetryCount was reset to 0 in onPageStarted, which fires after every loadRequest call including the one inside _retryLoad. This meant the retry cap (_maxAutoRetries = 1) was never reached, causing an infinite retry loop on persistent errors. Move the _autoRetryCount reset to onPageFinished so it only clears when the page actually loads successfully (or via the user-initiated _retry which already resets it explicitly). https://claude.ai/code/session_016dhktF2DaoTQeifUaZrxbP
refilc - felület library
A következőket tartalmazza:
- oldalak elrendezése
- oldalakon használt elemek logikája
- kréta bejelentkezés logikája