Category Archives: Posts

SkyEpub 4.2.5 for iOS Released

Fixed Layout
Fixed Bug about crashing when ” The number of view controllers provided (0) doesn’t match the number required (2) for the requested transition” message occurs.

Reflowable Layout
In spine of opf file,
Parser updated for ItemRef of which property is linear=’no’.

New Event added for clicking on the link to the ItemRef of which property is linear=”no”.
-(void)reflowableViewController:(ReflowableViewController*)rvc didHitLinkForLinearNo:(NSString*)urlString;

SkyEpub 4.3.1 for Android Released

Fixed Layout

Fixes the issues that capturing pages for curl effect failed sometimes in old devices.
void setTimeForRendering(int timeForRendering); // set delay time for page rendering.
void setCurlQuality(double quality); // set the quality degree for curl effect.
void setAutoScroll(boolean isAutoScroll) // enable/disable auto scrolling after page is moved.

SkyEpub 4.3.0 for Android Released

Reflowable Layout

In spine of opf file,
Parser updated for ItemRef of which property is linear=’no’.
Event added in ClickListener for click the link to the ItemRef of which property is linear=”no”.
@Override
public void onLinkForLinearNoClicked(int arg0, int arg1, String arg2);
Fixed the Bug when Invalid Bitmap is passed into sdk.

Fixed Layout
Engine Updated to handle meta data for rendition:spread = none

SkyEpub 4.2.2 for iOS released

Reflowable Layout

1. Fixed the bug tap is disabled sometimes when longPressed gesture is cancelled.
2. New function Added
/** destroy all objects and release all resources explicitly in ReflowableView */
-(void)destroy;

Fixed Layout
1. New function Added
/** destroy all objects and release all resources explicitly in FixedView */
-(void)destroy;

SkyEpub 4.2.0 for iOS Released

Reflowable Layout

1. Fixed the bug when another ViewController is presented on the top of BookViewController, BookViewController disappears or not responsive sometimes.
2. Fixed the bug that Internal Server is not responding.
3. Fixed the bug that didDetectTap is not called after longPressing gesture.

Fixed Layout

1. Fixed the issue Initial Zoom Scale is too large at start time.
2. Fixed the bug that App crashed due to heap memory pressure when too large pages are loaded.

SkyEpub 4.1.0 for iOS Released

Reflowable Layout
* Fixed Number of Issues.
* Improved the performance.
* New Feature – Custom Highlight Drawing
-(void)reflowableViewController:(ReflowableViewController*)rvc drawHighlightRect:(CGRect)highlightRect context:(CGContextRef)context highlightColor:(UIColor*)highlightColor highlight:(Highlight*)highlight;

Fixed Layout
* Fixed Number of Issues.
* Improved the performance.
* Made Caching Mechanism Compatible with Android.