You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the method -contentDidUpdateWithResultCount:error:returns 43 results. However, none of these results are visible or clickable, and the screen remains blank. This behavior makes it impossible for users to understand the current state, as there is no indication that the search returned results.
Expected Behavior:
The search results should be displayed properly, or there should be an indication that no results are available if the search query returns empty.
Actual Behavior:
The screen remains blank, and the results are not visible or clickable, making it confusing for users.
Environment:
['Giphy', '2.2.9']
The text was updated successfully, but these errors were encountered:
Sorry for the delay on this and thanks for your patience.
I tested here with the same content query and I wasn't able to reproduce it. I received the placeholder "No text found", given that for this query, we don't have content.
Could you provide us more details about it?
Are you calling gridController.update() after setting the content?
How are you configuring the GiphyGridController? (params, calling the query, updating the view and etc)
🐛 Bug Report
When using the following code to perform a search:
the method
-contentDidUpdateWithResultCount:error:
returns 43 results. However, none of these results are visible or clickable, and the screen remains blank. This behavior makes it impossible for users to understand the current state, as there is no indication that the search returned results.Expected Behavior:
The search results should be displayed properly, or there should be an indication that no results are available if the search query returns empty.
Actual Behavior:
The screen remains blank, and the results are not visible or clickable, making it confusing for users.
Environment:
['Giphy', '2.2.9']
The text was updated successfully, but these errors were encountered: