Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

FolioReader/nativescript-epub

Repository files navigation

NativeScript ePub Reader Plugin

npm npm

NativeScript plugin to open and read ePub files natively. Currently only supported on iOS.

Getting Started

  • npm install nativescript-pdf
  • Place your epub files in your App_Resources/iOS directory.
  • Import EPubReader in your page and open the file.

Code Sample

import {Observable} from 'data/observable';
import {EPubReader} from 'nativescript-epub';
export class HelloWorldModel extends Observable {
 constructor() {
 super();
 let epubReader = new EPubReader();
 epubReader.open('book');
 }
}

Example

Image

Credits

About

NativeScript ePub Reader plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /