I have multiple html files with very long text which I would like to split into pages to make it easier to read and navigate. Here's an example of this:

Can I change the widget to implement similar? And scrollview does not fit.
I think you can split with with regular expression or similar before rendering each page HTML? That should be simple enough.
but I don鈥檛 know how long html will be
Ah, you want to split pages by actual rendering height? Are you developing an eBook reader or similar?
Ah, you want to split pages by actual rendering height? Are you developing an eBook reader or similar?
Yes
Most helpful comment
Yes