Reflowable Layout
New Function is Added.
// 6.1.3
/** keep the original background color of book if value is true */
public void keepBackgroundColor(boolean value);
Reflowable Layout
New Function is Added.
// 6.1.3
/** keep the original background color of book if value is true */
public void keepBackgroundColor(boolean value);
Reflowable Layout
Fixed the bug that the books which contain chinese, japanese filenames in it do not open properly.
New function is Added
/** keep the original background color of book if value is YES */
-(void)keepBackgroundColor:(BOOL)value;
Reflowable Layout
fixed the bug that clicking link leads to wrong position or the first page of the chapter.
fixed the bug that auto page turning in mediaoverlay malfunctions.
fixed the bug that gotoPageByNavPoint does not work properly.
Reflowable Layout
fixed bug that SearchResult object has inaccurate value in pagePositionInBook.
Fixed Layout
fixed bug that SearchResult object has inaccurate value in pagePositionInBook.
Reflowable Layout
New functions are added.
/** return whether ScrollMode is activated or not */
boolean isScrollMode();
/** activate/deactivate Scroll Mode */
void setScrollMode(boolean value);
% Only LTR epub is supported in ScrollMode.
% Highlight, Search features are not supported in ScrollMode.
fixed the bug that MediaOverlay does not work in some epub.
fixed the bug that Curling page malfunctions in the fist or last page in book.
Reflowable Layout
New functions are added.
/** return whether ScrollMode is activated or not */
-(BOOL)isScrollMode;
/** activate/deactivate Scroll Mode */
-(void)setScrollMode:(BOOL)value;
% Only LTR epub is supported in ScrollMode.
% Highlight, Search features are not supported in ScrollMode.
Fixed Layout
Bug is fixed that searching keyword does not work in some epub.
Bug is fixed that making Highlight does not work in some epub.
Fixed Layout
Bug is fixed that searching keyword does not work in some epub.
Bug is fixed that making Highlight does not work in some epub.
Bug is fixed that showing highlight menu does not work properry.
Fixed Layout
Bug is fixed that making highlight does not work in some epub.
Bug is fixed that deleting highlight malfunctions.
Fixed Layout
Bug Fixed that Delete Highlight malfunctions.
Bug Fixed that Make Highlight does not work in some epub.