Author Archives: skytree21

SkyEpub 6.2.9.2 for Android Released

Reflowable Layout

New functions are added
/* enable/disable the css files inside an epub to avoid the conflict with Android System WebView default value is true */
public void setBookStyleEnabled(boolean enabled);

/* returns the version of Android System WebView */
public int getWebViewVersion();

Fixed Layout

New function is added
/* returns the version of Android System WebView */
public int getWebViewVersion();

Android System WebView 52.0

Android System WebView 52.0 seems to cause a lot of issues in the applications based on webview.
SkyEpub strongly recommends developer to delete Android System WebView from devices which run Android 5.x,6.x or above.
The Stylesheet inside the epub files which are created by Sigil Editor conflicts Android System WebView 52.0

SkyEpub 6.2.9.1 added new function
public void setSigilStyleEnabled(boolean enabled);

this function will enable or disable the stylesheet of the epub which is created Sigil Editor to prevent conflicts with Android System WebView 52.0.

SkyEpub 6.2.8 for Android Released

Reflowable Layout

Fixed the issue that the color of page is changed to darker in Curling mode sometimes.
Fixed the issue that the first page is not rendered properly in some devices.
Fixed the issue that page layout is broken after rotating device.
Fixed the issue that App crashes due to “Out Of of Memory” in WQHD(2560*1440) devices sometimes.