Issue that Text Selection is failed and jumps to the next page sometimes is resolved.
Advanced Demo has been modified for SDK 28.
Category Archives: Posts
SkyEpub 8.0.0 Released
SkyEpub 8.0.0 for iOS and Android Released.
Lot of Issues are Resolved and Fixed.
SDK Engine has greatly Improved.
Global Pagination functions are Enhanced.
Search functions have highly Improved.
Ready for iOS 13.x.
Ready for Android SDK 28.
SkyEpub 7.2.8 for Android Released
Reflowable Layout.
* a lot of issues resolved.
* issues regarding text extraction/TTS resolved.
* issues related to permissions resolved.
* stability enhanced.
SkyEpub 7.2.7 for iOS Released
Reflowable Layout
* lot of issues resolved.
* stability enhanced.
SkyEpub 6.3.1 for Desktop Released
Fixed the issue that epub is not deleted after opening the book in some Windows versions.
SkyEpub 7.2.6 for Android Released
Advanced demo for Android is now provided for Android Studio.
Reflowable Layout
fixes the issues that curling page does not work properly in some devices.
enlarges the touch dragging area for Carets when text is selected.
fixes the issues that selection area is not displayed when setSwipeEnabled is false.
Fixed Layout
fixes the issue that curling page malfunctions in targetSDKVersion 22 or above.
fixes the issue that thumbnails are not generated in targetSDKVersion 22 or above.
SkyEpub 7.2.6 for iOS Release
Reflowable Layout
#1. fixed the issue that page count is miscalculated when large size font is loaded.
#2. fixed the issue related to highlights loading in some devices.
SkyEpub 7.2.5 for Android Released
Reflowable Layout
Resolved the issue that TTS has the latency after speaking a sentence for low spec devices.
In MediaOverlay Listener Interface.
New call back function is added
/** called to request modified text(return value) before TTS is about to speak a sentence(rawText). */
/** should return modified text based on rawText */
public String postProcessText(String rawText);
SkyEpub 7.2.5 for iOS Released
Reflowable Layout
New Callback Function is added
/** called before TTS is about to speak aloud and requests the text to be modified (e.g. speak differently for numbers or text inside parenthesis) */
-(NSString*)reflowableViewController:(ReflowableViewController*)rvc postProcessText:(NSString*)rawString;
New Events are added.
/** called when video is hit by tap gesture. @param urlString the image source hit by tap */
-(void)reflowableViewController:(ReflowableViewController*)rvc didHitVideo:(NSString*)urlString;
/** called when audio is hit by tap gesture. @param urlString the image source hit by tap */
-(void)reflowableViewController:(ReflowableViewController*)rvc didHitAudio:(NSString*)urlString;
SkyEpub 7.2.4 for Android Released
SkyKeyManager
; enhances the authentication process when skydrm is used.
