• StingJay@lemmy.ml
      link
      fedilink
      arrow-up
      13
      ·
      2 years ago

      I agree. There’s definitely work to be done but considering the massive influx I think it’s doing pretty decently okay

    • ragemidi@kbin.social
      link
      fedilink
      arrow-up
      16
      ·
      2 years ago

      @OtakuAltair

      @git Jerboa isn’t terribly bad but I understand why people think it isn’t good.

      I’m hoping the Infinity dev makes one for kbin though, would be a great fit

      • yay@kbin.social
        link
        fedilink
        arrow-up
        8
        ·
        2 years ago

        +1 for Infinity for Lemmy.

        Infinity and Boost are my favorite Reddit apps.

      • averagedrunk@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        2 years ago

        Infinity dev is not making one. If the API shim works well it’ll get forked by someone (it’s open source) and it will work with Lemmy.

        I thought about doing something similar as a labor of love but realized I’ve currently got dozens of projects in the works and would never really have the time. Between that and how shitty a very vocal minority of people can be to developers, I lost interest very quickly.

    • danprs@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 years ago

      I got it looking like BaconReader! You can go into settings and adjust display options.

    • Wish_you_were_a_beer@lemmy.fmhy.ml
      link
      fedilink
      arrow-up
      5
      ·
      2 years ago

      It’s alright but one big issue I’ve been having with it is the app not keeping my place when going back from viewing a post. Like I’ll be viewing some community by top of all time and when I’m 15 posts deep I’ll click one, go back and it resets me to the top of the list. Becomes very tedious scrolling all the way back down after every single post

    • RCMaehl [Any]@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      2 years ago

      A robed man stands in the desert on a planet. The text below him says Lemmy API. Several AT-AT like robots are shown with red lasers firing at the robed man. Each robot has the text of an In development Lemmy app below it

  • driving_crooner@lemmy.eco.br
    link
    fedilink
    arrow-up
    11
    ·
    2 years ago

    Hope rif for reddit devs jump ship and do a rif for lemmy. Im using jerboa but it still lacking some useful features like blocking keywords.

  • WhiteOakBayou@kbin.social
    link
    fedilink
    arrow-up
    10
    ·
    2 years ago

    I like Jerboa personally. I use the web app for kbin and quickly get annoyed and go back to lemmy on jerboa. But then I’m back to kbin because kbin’s /all/hot sort works properly and lemmy’s, while improving, is more like /all/rising.

  • macniel@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    Even though I am an android user, I guess it would be nice for iOS user to also have some development going.

    • slin@feddit.de
      link
      fedilink
      English
      arrow-up
      12
      ·
      2 years ago

      There are at least 5 apps for iOS in development, Mlem, Memmy, Limbo, Beyond and Thunder

  • sukuna
    link
    fedilink
    arrow-up
    6
    ·
    2 years ago

    Thunder client is very nice and they also released new version which support make comments.

        • sporez@kbin.social
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          It’s hard to explain but for example see the difference of using Reddit web vs Apollo. Native apps have native system gestures and UI elements built in that generally feel a lot better to use.

    • LargeHardonCollider@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      The website definitely works, but it has weird issues with posts jumping around.

      Also you can’t use gestures on the website, but you can on apps. Like swiping to comment/like, tapping to hide, etc). It just feels way smoother

      • mich@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        Agreed. Also funny because this whole thing started because of well-designed native apps in the first place…

        • Limitless_screaming@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          2 years ago

          TL;DR: big elements cause annoying scroll-bars to appear.

          My username is very big, so when I open this page on a mobile I get a horizontal scroll-bar for the entire page.

          In CSS there’s a property called overflow which lets you decide how you want elements that contain elements wider or taller than them to behave. So you can solve this problem by simply making that element itself scroll instead of the entire page by using overflow: scroll, or hide the child elements by using overflow: hidden;.

          You can also solve these problems by dealing with the child elements for example: using the word-wrap property to allow word wrapping, using the hyphens property to break words with hyphens, or in this case use the HTML wbr tag to allow line breaking after every underscore, or even cut the longer words and append three dots to them; so my user name would look like this: “Limitless_s…”.

          • blazera@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            I havent seen any such thing on mobile browser here. Its taken screen space into account quite well.

      • mich@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        Been playing around with Limbo as well. Limbo is a bit ahead of Memmy in terms of allowing management of multiple accounts, but Memmy seems more lightweight on my iOS device.