• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "ios". Back to normal view
    1. Three Cheers for Tildes: App updates and feedback (March 2026) — Version 1.5 can search for posts

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Version 1.5.0 (Mar 21, 2026):

      • Search for posts
      • [Android] Fixed touch ripple on inbox conversation rows
      • [Android] Fixed support for high-RAM devices
      • [Android] (1.5.1) Fixed comment reply sheet on Android 11-14
      • [iOS] Fixed blur on Sort button on iOS 26
      • [iOS] Fixed ugly shadow between panes on iPadOS 26
      • [iOS] Fixed overly large vote label on own comments

      Edit: Currently on TestFlight only on iOS for the next week or so.

       

      [iOS] Version 1.4.5 (Jan 2026): Fixed UI bugs on iOS 26

      [Android] Version 1.4.5 (Apr 2025): Fixed YouTube bugs, voting bugs on Android 11 and earlier

       

      Search has been near the top of my to-do list for a long time, so it feels good to finally release this feature.

      I did some custom UI this time and I'm pretty happy with how it came out. Despite its basic appearance, it required a decent amount of detailed UI programming on both Android and iOS, to avoid breaking the adjacent Sort feature. I also had to redo the search results screen a few times, due to navigation quirks on each platform.

      There are a couple related features that didn't make it this time: Searching for posts and comments within your own profile is not possible yet. Also "find in page" for comment text is not here yet either. These are both pretty high priority to me, and as usual it's a matter of making time and finding motivation to work on it.

      Also on Android, expect a hotfix v1.5.1 coming out soon, to fix the comment reply sheet on Android 11-14. Big thanks to the user who reported this bug! The hotfix is already available to sideload, and under review on Google Play, as of this writing.

       

      Previous topic: April 2025

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      82 votes
    2. [SOLVED] Why is mobile Safari (iOS) slow with Tildes?

      Tildes links take about a minute to open on iOS Safari. Firefox Focus by comparison (again, iOS) has no issues. I've tried clearing the cache/data for Tildes in the Safari settings. It may have...

      Tildes links take about a minute to open on iOS Safari. Firefox Focus by comparison (again, iOS) has no issues.

      I've tried clearing the cache/data for Tildes in the Safari settings. It may have helped initially but the problem persists.

      15 votes
    3. Introducing Surfboard for Tildes

      Hello, Tildes Allow me to introduce myself. I came over to Tildes fairly recently after Twitterriffic died and Apollo announced it would shut down. As a relative youngster, I tend to mostly browse...

      Hello, Tildes

      Allow me to introduce myself.

      I came over to Tildes fairly recently after Twitterriffic died and Apollo announced it would shut down.

      As a relative youngster, I tend to mostly browse on mobile.

      While I do appreciate Tildes' philosophy of having a simple website that works well on desktop and mobile, I've always preferred mobile apps. I'm a strong believer that a well-built native application will always provide a richer experience than a website.

      But enough talking.. showing is way more fun - here's a lil' something I've been messing around with:

      Introducing Surfboard for Tildes

      The goal is simple: to be the best way to interact with Tildes on mobile.


      Features

      Surfboard is still extremely early, and is missing many features.

      With that said, here is what it currently supports:

      • Login to Tildes (supports 2FA)
      • Browse topics
      • Filters & sorting
      • Browse comments
      • Advanced rendering is still in early stages..
      • Supports comment collapsing behavior from the web version
      • Reply/vote/bookmark/ignore on topics, comments, & notifications (requires login)
      • Search topics
      • Global search
      • Search within groups
      • Option for in-line images
      • Clean browsing interface
      • In-line markdown preview when composing replies
      • Share topics & comments
      • Notifications
      • View read & unread notifications
      • Reply, vote, bookmark, mark as read...
      • Customizable
      • Toggle settings, set custom gesture actions, etc.
      • Free, as in beer

      The design draws some inspiration from Apollo for Reddit, an app that I loved & am very sad will be discontinued.


      Try it yourself

      I would love to get some feedback from other Tildes users on the app. If you are interested in trying it for yourself, you can get it here via TestFlight

      Surfboard is built for iPhone, and requires iOS 16.0 or higher.

      Inside the app is a 'roadmap' of sorts which is basically a list of things I know are missing, but if there's something you want that isn't listed there, I'm all ears.

      Formatting is a little rough at the moment, although I made enormous improvements on the parsing & rendering there over the last day.

      It should support just about anything you throw at it other than a <details>

      (I'll get around to them, I swear..)

      If you run into issues viewing a post/comment, you can easily open them in an in-app safari window from the menu.


      As mentioned above, it's very early, but it's already becoming my favorite way to browse Tildes. I hope that others will enjoy it as well. Consider it my gift to the Tildes community.

      Cheers !


      Edit:

      The best way to submit feature requests & bug reports is to add it to the issue tracker and/or leave a comment on this thread and I’ll get around to adding it myself.

      Thanks !

      278 votes
    4. Three Cheers for Tildes: App updates and feedback (April 2025) — Version 1.4 adds a text size setting

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      [Android] Version 1.4.3 (Apr 30, 2025): Fixed a layout bug on topics.

      [Android] Version 1.4.2 (Apr 11, 2025): Reduced highlighting when formatting markdown. Fixed minor text size bugs.

      [iOS] Version 1.4.1 (Apr 11, 2025): Fixed a bunch of text size bugs reported through TestFlight, especially when rendering comments. Reduced highlighting when formatting markdown.

       

      Version 1.4.0 (Apr 6, 2025):

      • Added text size setting
      • Fixed markdown formatting bar bugs

       

      The text size setting for accessibility is long overdue. I've been feeling bad that some users couldn't even use the app because the text was too small.

      This has been another large change where I had to go back and re-test screens throughout the entire app, and fix many layout bugs caused by the dynamic text size. It's been very tedious!

      In fact, the iOS release is delayed because I found some last-minute bugs and have had to go back to figure out solutions. iOS is up on TestFlight!

      Also I am aware that there are still bugs in some places when you set the text excessively large. It's not a priority for me to fix those, unless they make the app unusable.

      Have been particularly busy so far this year and that will continue for a while, so I may be less responsive here, even though I likely will see your messages. Thanks for continuing to report issues; v1.4 fixes some bugs based on those reports.

       

      Previous topic: February 2025

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      91 votes
    5. Disabling Auto-Zoom in the YouTube app (iOS)

      Hey y’all, YouTube recently decided to put a feature into the app which zooms in to fill the screen more and reduce the dark space. There’s apparently settings for the android app, but I can’t...

      Hey y’all,

      YouTube recently decided to put a feature into the app which zooms in to fill the screen more and reduce the dark space. There’s apparently settings for the android app, but I can’t seem to find any way to disable if for iOS. Does anyone have any suggestions? It’s incredibly annoying and distracting when watching videos.

      14 votes