I’m currently trying Voyager. Initial impression is that it seems like a great app.

  • @reddig33
    link
    English
    610 months ago

    Are these actual native apps, or more react/web view in an app wrapper?

    • The Dark Lord ☑️
      link
      fedilink
      English
      810 months ago

      Depends on the app. Mlem is native, and Voyager is a web view app wrapper. But Voyager definitely doesn’t feel like a web view. It was written to feel like a native app, I’m really impressed. And that’s coming from someone who generally hates web apps.

        • MentalEdge
          link
          English
          5
          edit-2
          10 months ago

          Pretty sure its still a web app under the hood.

          A web app doesn’t magically turn into a native app when you put it on the app store. The way it gets installed, and the system access is different, and better for stuff like notifications…

          But the word “native” refers to applications made using the native SDK, which in Apple’s case is Swift. I’d be extremely impressed if the devs re-wrote the entire app in new code. But that would be unnecessary.

          You can have non-native apps on the app store. A lot of your apps probably aren’t native. SDKs like flutter, used by liftoff and thunder, make development much easier in exchange for the resulting application running a bit less efficiently. Flutter applications can also run on both Android and iOS, and even desktop, with little additional work.

          • MentalEdge
            link
            English
            410 months ago

            Did they actually re-code the whole thing to make it native? You can ship a web app via the app store just fine. Only making changes to take advantage of the better system access that provides.