It’s an older iPad and the website doesn’t work on the browser. I don’t think there is an ios 12 app for Lemmy. The website looks like the CSS and JavaScript didn’t load, but after multiple tries, it’s the same.

Any ideas?

  • weex@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 years ago

    Did it ever work? If so maybe try this from the apple support…

    • Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn’t restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.
    • Try clearing the browser cache: Setting App > Safari > Clear Hostory and Clear Cookies adn Data.

    Also, I don’t have an iPad available but can you do this to get more info? https://mattvanderpol.com/2013/08/14/how-to-debug-javascript-or-css-on-ios/

    • aquasteel@lemmygrad.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      I’m hoping to avoid a reset, maybe I’ll call that “plan B”. I’ll take a look at the debugging…

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    I don’t know much about safari, can you install firefox and see if you get the same issue?

    • Echedenyan@lemmy.ml
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      3 years ago

      Firefox on iOS uses WebKit engine. If the issue is engine dependent, will be maintained.

      A workaround for next times would be testing Lemmy in GNOME Web (formerly Epiphany browser) or which should give the same experience as Safari in WebKit compatibility.

      Edited: Other option would be testing on Nyxt if wanted.

      Nyxt can be used with WebKitGTK optionally as showed in https://github.com/atlas-engineer/nyxt/blob/master/documents/README.org#gtk-dependencies.

      https://caniuse.com/ also helps a lot sometimes as well as MDN documentation about compatibility every time.

        • Echedenyan@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          3 years ago

          Well, the reply was more to Dessalines than you.

          In your case, you can check a desktop browser using WebKit or WebKitGTK (QtWebKit is not good testing by now until it is up-to-date) to check if the issue happens and the console.

    • aquasteel@lemmygrad.mlOP
      link
      fedilink
      arrow-up
      4
      ·
      3 years ago

      It’s the same on Firefox. Firefox on ios uses safari, rather than gecko. Also there is no JavaScript console to see errors, that I can find.