usbong / UsbongKit

A framework for reading and displaying contents of Usbong Trees
www.usbong.ph
Apache License 2.0
2 stars 1 forks source link

If text is scrolled down in one screen, the next screen would have the text also scrolled down #15

Closed masarapmabuhay closed 7 years ago

masarapmabuhay commented 7 years ago

Salut! I noticed that if I scrolled down the text in one screen, the next screen would have the text also scrolled down, thereby not showing the top image completely. I think this is related to: https://github.com/usbong/Usbong-iOS/issues/2 Merci beaucoup!

chrisamanse commented 7 years ago

Can you test the scroll-top branch?

masarapmabuhay commented 7 years ago

Salut! Oui, your fix resolved the issue. Merci beaucoup!

masarapmabuhay commented 7 years ago

Salut! Pardon, it seems that if the 1st screen is scrolled down to the bottom, and the 2nd screen has such a long text that it is also scrollable, when the person presses "Next", the 2nd screen will be automatically scrolled down to the bottom, thereby not showing the top image completely, if at all. Merci beaucoup!

chrisamanse commented 7 years ago

Hi @masarapmabuhay, I updated the scroll-top branch, and created the PR #20. Feel free to merge it to master once it works for you.