user969275
user969275

Reputation: 284

e-pub reader for phonegap

I am trying to develop an phonegap application to read ePub files.I have no idea about how to read this file format.please help me by providing links.

Upvotes: 1

Views: 1462

Answers (2)

eb1
eb1

Reputation: 2947

Also take a look at this other SO post on the epub format: Reading ePub format. Note that while some of the advice given is specific to iPhone development / objective-C, there's also quite a bit of info on the epub format itself.

Upvotes: 0

Adam Ware
Adam Ware

Reputation: 1202

Looking into epub - google tells me that its part of the Open eBook format . http://en.wikipedia.org/wiki/Open_eBook

Using the Phonegap API you can read files - http://docs.phonegap.com/en/1.9.0/cordova_file_file.md.html#File

So the rest is up to you. Investigate the how the file is stored and then workout how to read it using the API. There doesn't seem to be much in the way using phonegap to read it.

I would say it would be quite challenging .

Upvotes: 3

Related Questions