This can be hard to explain but I will try. When we ask something on ios app, it generates a long response.
As the response is generating the app starts displaying very fast. We have to wait for the whole respond to finish its output to start reading. Once its done we then have to scroll up to start reading.
Ideally what needs to happen is, once it starts its response be able to stay there so we can start reading the response as it generates the output below. So this way by the time its output is done, we are half way reading the response.
Just found out that web version of this already does this. ios app does not. If it can match web version for ios app be perfect!