Hi all,

I'm working on an app in which I'm loading HTML into a textfield. The textfield is visually a page in a book. Now what I want to do is create m,ultiple textfields and link them in such a way that if the text is to long for one textfield, it continues in another textfield. But I'm not sure how I would go about doing that. I thought of working with the autosize feature and splitting to HTML into array parts on every   after which I keep on feeding the textfield and measuring it untill it has reached the max size. But isn't there another way? Maybe with scroll? Just wondering what your ideas on this would be...

Cheers