So I have received a long text from ChatGPT forr my app and I don’t want to show it to the user in one go. Instead the user should be able to read partial text on screen and once he is finished he presses the next button to go to some more part of that content. In this way we can have any number of clicks to keep viewing in the content conveniently. You can think of eight as a book experience.
Please suggest how to do this? Appreciate in advance.
Thanks Mitch! Considering user convenience for MVP stage as well as lesser complexity (since I am still not bubble-expert by any means :), which of these approach would you recommend for my use case?
Great. So to be specific, you suggest chaptgpt to be instructed to place several text-identifiers (eg. pg1, pg2 etc) at logical breakpoints and then bubble can then spot these identifiers?