Author Archives: skytree21

SkyEpub for Android Advanced Demo IV in Java Released

SkyEpub for Android Advanced Demo IV is released.

  1. Project has been totally modified to use Layout xml and support new User Interface Controls like contstraintLayout or etc.
  2. A lot of issues are resolved.
  3. Importing Epub from local device is added to Advanced Demo.
  4. Advanced Demo is 100% compatible with AndroidX

SkyEpub 8.3.1 for iOS Released

Resolved the issues below
1. App crashes when Fixed Layout book opens in Landscape mode in iOS 14.0 or above. (Curling Effect)
2. App crashes when Fixed Layout book rotates in iOS 14.0 or above. (Curling Effect)
3. Zoom scale does not match to iPad Portrait mode.

New API in Fixed Layout
/** returns the current zoom scale of fixed layout */
-(double)zoomScale;

SkyEpub for iOS Advanced Demo IV in Swift Released

SkyEpub for iOS Advanced Demo IV in Swift Released
a. Advanced Demo is totally rewritten in Swift language.
b. Using storyboard, Code becomes very easy readable now.
c. Importing Epub from local device is added to Advanced Demo.
d. Advanced Demo is 100% based on WKWebView.