I am using the findAll
method for the first occurrence, then findNext(true)
for the following markers. The view will automatically scroll to the requested text. But it scrolls to the requested text at the bottom of the device. I want to scroll until the requested text is at top of the screen. Any solution for this?
Do you have any ideas how I could implement this? I'd really appreciate your help.