how to load part of the HTML page which is currently on display ?
Posted
by ganapati hegde
on Stack Overflow
See other posts from Stack Overflow
or by ganapati hegde
Published on 2010-03-15T09:17:44Z
Indexed on
2010/03/15
9:19 UTC
Read the original article
Hit count: 301
Hi, i have an ebook(relatively large size say 800 pages),in HTML format. I am opening that book as webpage using webkit-gtk+. If i load the whole book at a time,it takes too much memory(RAM ).So i dont want to load the whole book at a time, but load the part of the book which is currently on display. and when the user scrolls down, next part should be displayed.How can i implement that ?
© Stack Overflow or respective owner