roost-im / roost-client

The official client for Roost.
MIT License
1 stars 6 forks source link

Mobile scroll loading messages issue #94

Open dovej opened 10 years ago

dovej commented 10 years ago

On mobile, when you scroll up or down to the point of loading new messages, you get discontinuously jumped and land somewhere reasonably far away from where you were. It is bad enough that it is painful to read conversations that straddle a loading point, for example. I think this is a mismatch between the scroll height repositioning after load and the actual message heights in mobile. Perhaps due to the new text flow? (https://github.com/roost-im/roost-client/issues/83) I don't think I saw it before that.