TwidereProject / TwidereX-iOS

Next generation of Twidere for iOS.
GNU General Public License v3.0
154 stars 10 forks source link

[BUG] Infinite loading #140

Open matlfb opened 1 year ago

matlfb commented 1 year ago

Is there an existing issue for this?

Current Behavior

Currently, when clicking on a toot, previous and more recent responses doesn't load and I can't see those.

image

Expected Behavior

It should display properly, with previous and more recent responses

Steps To Reproduce

  1. Open the app
  2. Search a tweet with at least 1 response

Environment

- Device: iPhone 13 / iPad Air 2022
- OS: iOS 17.0 (21A5326a) / iPadOS 17.0 (21A5312c)
- Version: v2.0.1
- Build: 140
- Domain: Mastodon server (piaille.fr)

Anything else?

Love your ui and work!

MainasuK commented 1 year ago

Hello @matlfb. Thank you for your feedback.

I register on this domain and open a random reply and also this toot. Both could display the conversation normally. I'm not sure what causes this problem on your device. And I cannot fix it unless it's reproducible.

matlfb commented 1 year ago

Okay nvm! I have this issue on my gf iphone too, weird thing but maybe it's a network issue

MainasuK commented 1 year ago

Hello, @matlfb.

There is a simple way to check the API condition. Just open this endpoint URL: https://piaille.fr/api/v1/statuses/111002699227460378/context

The server should return the conversation data and display as a text line in your browser. If the browser fail to open. Please tell me. Also, you can try the official Mastodon iOS app to check the problem exists or not.

And there is a TestFlight version app you may want to try: https://testflight.apple.com/join/GJIDXvW7

I'm not really test the app on iOS 17 yet. Maybe the new OS needs some fixes also. :)