AvinashSKaranth / epublibDroid

Android sdk for reading Epub using epublib (http://siegmann.nl/epublib)
http://nashapp.in
44 stars 9 forks source link

moving bethwan pages / chapters #4

Open voipworld opened 5 years ago

voipworld commented 5 years ago

hello, i am building a book reader for blind users i built a menu actions to move bethwan pages & chapters, but i am confused on what's the float progress used for? public void GotoPosition(int ChapterNumber,final float may you give me a clue on how to move bethwan pages just with click, not with gestures? thanks!

AvinashSKaranth commented 5 years ago

Hi , You can use NextPage(),PreviousPage() to move between pages.

float is the scroll position of the webview in the chapter it ranges between (0.0 is 1.0)