here is my problem:
I need to find a way to load / attach text into a UIWebView while staying at the scroll position so that the new text appears seamless when hitting a button.
The scenario is that i display a page of a book and when the user scrolls to the end of the page i need to present an option to attach the next page into the webView.
I tried loading the new NSString containing of both Strings into the webView and then i scroll it to the last position but that creates a ugly " flicker " and it is hard to keep an eye on the page break.
My question is if anyone has experience or an idea on how to create i " seamless scrolling " effect by loading more text into a UIWebview and attach it to the existing text without reloading the whole UIWebview. Unfortunately i am very unexperienced with Javascript but i hope there is a script that dynamically adds text to the existing content.
Something like the scrollView in iBooks.
If a potential helper needs any specific information please let me know, otherwise if anyone can point out a way to direct my research to i would be very grateful.
TA