Reflowable Layout
Fixed the issue that previous page shows when new chapter is loaded in Slide mode.
Fixed the issue that user interaction is disabled after “FailedToMove” event in Curl Mode.
Reflowable Layout
Fixed the issue that previous page shows when new chapter is loaded in Slide mode.
Fixed the issue that user interaction is disabled after “FailedToMove” event in Curl Mode.
Reflowable Layout
Fixed the issue that external font is not loaded when setBookFontEnabled(false) is set.
Reflowable Layout
Fixed the issue that the content of page is shifted down in iPhone X and iOS 11.
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.