First, please let me know if you’d rather these be elsewhere—new to Arctic but really liking it.

I’m on a quest to find the perfect Apollo replacement since leaving ‘that place’. Arctic is so nice and close I know this is nit-picking now. But the image view was practically perfect in Apollo and just a couple of tweaks if they’re possible would bring that joy back.

First off, hiding the phone status bar and action buttons on first open—just the image, scaled to fit.

For zooming, double tap to zoom in is great, but Apollo had single tap to zoom out again which combined with swipe to dismiss made getting back to the feed almost a single action—effectively a double tap with drag on the second tap. It was so slick.

The action buttons don’t currently show / hide on single tap when zoomed in so I don’t think that change would break any existing functionality.

  • @CreatureSurviveM
    link
    13 months ago

    Awesome! Glad you like the improvements. I ended up writing some custom gesture recognizes to handle some of the issues and it seems to flow a lot better now.

    I did add another small tweak to the tap gesture this morning that cancels the gesture if the press is longer than a fraction of a second and it also cancels if the touch is moved during the press. I had this in last night’s release, though the timeout was not working properly, and the movement threshold was a bit too high to work as I intended.

    As for hiding of the status bar, this is the default behavior. I believe I may have disable this on non-notched devices, but I will have to look back to be certain. What device and iOS version are you using? I’ll test in the simulator and see what is going on.

    I’d assume you work with front end development in some way (UI / UX) or perhaps QA testing, if I had to wager a guess. You seem to be finding all of the minor little details that make a big difference for the users.

    • @[email protected]OP
      link
      fedilink
      English
      23 months ago

      Yeah, front end UI dev and testing :)

      I’m using an SE 3 model A2783 so notch. Note the status bar is a minor irritation in regular view when hide bars is set for scrolling in the feed. The top and bottom button bars go but the status bar overlays onto the post. It only happens in portrait, so I assume that’s an iOS thing.

      All the other changes are superb. Thanks again for your efforts on Arctic.

      • @CreatureSurviveM
        link
        12 months ago

        Yeah, that definitely makes sense

        I misunderstood the status bar issue. I was under the impression that it was not hiding when opening a media preview. I did some testing hiding the status bar when scrolling, and it does work, though it causes some strange behavior, and the animation is choppy. I’ll do some more testing with this and see if I can’t get it working smoothly, but there is not much I can do within the API.

        • @[email protected]OP
          link
          fedilink
          English
          22 months ago

          I can live with it in the feed view tbh—there are some glitches when the bars are set to hide in feed view I that they obviously have to come back when opening a post. That makes it a bit janky so I’ll probably leave them visible tbh.

          But status bar in media view would be great to hide if that can go.

          • @CreatureSurviveM
            link
            12 months ago

            Yeh, there is room for improvement with hiding bars, and navigation that I just haven’t figured out how I want to address yet.

            I did manage to fix hiding the status bar in the media viewer for non-notched devices. I tested on an SE (gen 3) and it seems to be working well. I originally had disabled hiding the status bar on non-notched devices due to an ugly transition when the status bar hides, but I managed to fix that yesterday.

            Thank you so much for all the feedback lately, it’s been a big help in finally going through and addressing some long standing bugs and annoyances!

            • @[email protected]OP
              link
              fedilink
              English
              22 months ago

              No problem at all—it’s great to see the rough edges all disappearing :). Status bar works nicely now.