Bug Fixed that Guide element which has References is null.
Reflowable Layout
Bug Fixed that lineSpacing does not applied to some html tags.
Bug Fixed that Guide element which has References is null.
Reflowable Layout
Bug Fixed that lineSpacing does not applied to some html tags.
Bug Fixed that Guide element which has References is null.
Reflowable Layout
Bug Fixed that the last page in each chapter sometimes is shifted slightly to right side.
Bug Fixed that lineSpacing does not applied to some html tags.
Reflowable Layout
New function is added
// If recalcDelayTime is too short, setContentBackground function failed to work properly.
rv.setRecalcDelayTime(int time);
Fixed Bugs regarding that memory error occurs related to bitmap processing.
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;
Fixed Layout
Fixed the bug that sometimes app crashed when curling mode is selected.
Fixed the bug that jumping to the position inside book malfunction.
Added new function
/** set the delay time to capture the image of page after loading */
-(void)setTimeForCaching:(double)seconds;
Fixed Layout
Bugs on Caching pages are fixed.
Caching pages is skipped not in curl effect.
Window.onload event in page is now controlled by sdk engine.
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.
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
Reflowable Layout
Fixed the bug in pageCount function.
Fixed the bug in reloadData
New Properties Added in PageInformation class
/** the offset of the first character in page. */
NSInteger firstCharacterOffsetInPage;
/** the length of text in page */
NSInteger textLengthInPage;
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;