Reputation: 387
My team is building iOs app. The app has several HTML files embedded. One of the screens should display these files as a single document. User should be able to scroll down and next file should appear right after the previous one. It is pretty similar to epub reading when you are scrolling down and next chapter appears.
As a workaround we can join all files into one and display it in a single webview, but this approach has a drawback. There are links between files and we will have to rewrite it, to make sure that it works in a single page. It is doable, but I don't want to spend resources on that.
Could someone provide any suggestions on how to achieve this?
Upvotes: 0
Views: 31