Reflowable Layout
#1. playNext, playPrev moves without speeching when TTS is paused.
#2. resolved issue that isPaused() return wrong value.
#3. loading time is reduced.
Reflowable Layout
#1. playNext, playPrev moves without speeching when TTS is paused.
#2. resolved issue that isPaused() return wrong value.
#3. loading time is reduced.
Reflowable Layout
#1. playNext, playPrev moves without speeching when TTS is paused.
#2. resolved issue that isPaused() return wrong value.
#3. new functions are added.
/** enable/disable the fonts inside epub */
-(void)setBookFontEnabled:(BOOL)value;
/** enable/disable the stylesheet(.css) inside epub */
-(void)setBookStyleEnabled:(BOOL)value;
/** enable/disable the stylesheet (.css) inside epub if book is created by sigil editor */
-(void)setSigilStyleEnabled:(BOOL)value;
Reflowable Layout
Resolved the issue that App is freezing while reloading highlights in some epubs.
Fixed Layout
Resolved the issue that App is crashed due to “Out of Index” after rotating device repeatedly.
Fixed Layout
#1. resolved issue that page is displayed as clipped for some device since skyepub 7.0.7.
#2. new function is added.
/** set Page Scale Factor (0.1f~1.0f : 1.0f default) – if pageScaleFactor is set under 1.0f, memory to allocate each page will be reduced to avoid memory exception. it is useful when each page has very long width or height */
-(void)setPageScaleFactor:(double)scaleFactor;
Bug fixed that App crashes sometimes while deallocation for some Xcode version.
Fixed Layout
Issue resolved that pageIndex is mismatched when device is rotated.
Reflowable Layout
New function is added.
/** modifies html content or text inside epub programatically, */
-(void)addContentModification:(NSString*)target replaceWith:(NSString*)replacement forExtension:(NSString*)extension;
Fixed Layout
Issue resolved that App crashes when sdk loads very large sized xhtml inside fixed layout epub.
Reflowable Layout
Fixed Issue that curling effect malfuctions when new chapter is loaded.
New function is Added
public void setBookFontIgnored(boolean value);
if value is set to true, the fonts inside epub will be ignored by sdk.
Reflowable Layout
Bug resolved that page is broken when device is rotated in some old devices.
Reflowable Layout
Fixed the issue that HighlightRect does not match Highlight in RTL.
Fixed the issue that media played in the previous chapter does not stop when new chapter is loaded.