Category Archives: Posts

SkyEpub 6.1.0 for Android Released

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.

SkyEpub 6.1.0 for iOS Released

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.

SkyEpub 6.0.5 for iOS Released

Reflowable Layout
In RTL books, Bug fixed in gotoPageByNavPoint function.

Fixed Layout
Bug Fixed that when double tap in landscape mode, right page disappears.
Bug Fixed that gotoPage malfunctions to go to the last page.
New Functions are added.

/** if value is true, page will be fit to Height. otherwise page will be fit to Width */
-(void)setFitToHeight:(BOOL)value;

/** set MaxLayer to pre load another pages */
-(void)setMaxLayer:(int)max;

SkyEpub 6.0.0 for Android Released

SkyEpub 6.0.6 for Android Released.

Reflowable Layout

Fixed a lot of issues.
Android System Webview 49 supported
Enhanced performance.
RTL engine totally revised.
RTL supports double paged in landscape mode.
RTL supports continuous curling between chapters.
Vertical writing for Chinese, Japanese and Korean supported.

Fixed Layout

Fixed a lot of issues.
Greatly Improved Performance.
Highlight/Memo Supported
Bookmark Supported
Search Supported
Thumbnails Supported.