AnFengDe / AnFengDe_EPUB

EPUB 3.0 SDK for Android and iPhone, Offical team site : http://epub.anfengde.com
146 stars 79 forks source link

Epub SDK shows error #15

Open dtsang opened 11 years ago

dtsang commented 11 years ago

I created a simple epub 3.0 & added to CallEpubUI sample app. My epub file is passed latest EpubCheck without error. But the Android app shows "Import epub error" and then "Failed to access the file".

AnFengDe commented 11 years ago

Hi,Mr. dtsang The message "Failed to access the file" means the app can not read file, check your app privilege setting please. Can you tell me the EpubCheck tools download url and your epub file?

dtsang commented 11 years ago

I used Epubcheck 3.0.1 from http://code.google.com/p/epubcheck/ I fixed the error "Import book error" because my nav file is wrong format. Now my book is shown in app, but the layout is wrong. Also jquery doesn't work, css too. My Epub file works well in Readium chrome extension. How come I send to you my sample file?

AnFengDe commented 11 years ago

You can send directly to afd@anfengde.com.

dtsang commented 11 years ago

I sent. Thx

AnFengDe commented 11 years ago

Hi,dtsang, it is time in weekend,so .....

We have check file your sent, and reply you later.

AnFengDe commented 11 years ago

The bug was caused by the different version of the jQuery. And we had fixed it. And our app gets the chapters from "nav.xhtml" or "toc.xhtml" in the epub file.

dtsang commented 11 years ago

Thanks, I downloaded to Galaxy Note 2 Android 4.4.1.2, jQuery & html5 audio work well. But there is problem with CSS. It seems SDK doesn't support fixed layout. What should I do?

AnFengDe commented 11 years ago

Sorry for that. Our SDK can't support fixed layout very well. And we are making it perfect.

dtsang commented 11 years ago

Could I pay for Android source? We need to modify it to make our reader.

AnFengDe commented 11 years ago

At the moment we are not selling the codes. In the coming new releases many codes of the UI part will be open source to help users personalize their own UIs. We're still working on the project so please keep track of us.

Best regards,

http://epub.anfengde.com

On Tue, Jul 16, 2013 at 7:15 PM, dtsang notifications@github.com wrote:

Could I pay for Android source? We need to modify it to make our reader.

— Reply to this email directly or view it on GitHubhttps://github.com/AnFengDe/EPUB_SDK/issues/15#issuecomment-21035484 .

AnFengDe commented 11 years ago

Thanks,

What we have is actually all available from our git repos. The only difference is that we provide for free those codes out there, but charge 50USD for removing the ads bar.

So please use the free version and see if you're happy with it. If it's okay for you and you do not mind the ads, there's no fee involved.

If the free version does not meet your requirements, then we do not have anything better.

Best regards,

http://epub.anfengde.com

On Wed, Jul 17, 2013 at 5:04 PM, koman tian afd@anfengde.com wrote:

At the moment we are not selling the codes. In the coming new releases many codes of the UI part will be open source to help users personalize their own UIs. We're still working on the project so please keep track of us.

Best regards,

http://epub.anfengde.com

On Tue, Jul 16, 2013 at 7:15 PM, dtsang notifications@github.com wrote:

Could I pay for Android source? We need to modify it to make our reader.

— Reply to this email directly or view it on GitHubhttps://github.com/AnFengDe/EPUB_SDK/issues/15#issuecomment-21035484 .

dtsang commented 11 years ago

Thanks for information. We till keep tracking your source code.

dtsang commented 11 years ago

Hello, I send you my new sample file via email. My file adds HTML5 video/audio & MathML. If you have time, please update your SDK ^^

dtsang commented 11 years ago

One more thing, I have another Epub 2.0 file without toc.xhtml (nav file). It has *.ocx only. Your SDK cannot read that such file, it shows only 1 chapter.

AnFengDe commented 11 years ago

Thanks for your book, which we tested and found that our SDK does have problem in supporting FL files. We'll work on it and inform you if we have any progress.

Best regards,

http://epub.anfengde.com

On Thu, Jul 18, 2013 at 8:00 PM, dtsang notifications@github.com wrote:

One more thing, I have another Epub 2.0 file without toc.xhtml (nav file). It has *.ocx only. Your SDK cannot read that such file, it shows only 1 chapter.

— Reply to this email directly or view it on GitHubhttps://github.com/AnFengDe/EPUB_SDK/issues/15#issuecomment-21178583 .

lhylcom32 commented 11 years ago

Hi, On the latest Epub UI sample the continues swipe feature per chapter is not working? Need to press the next button to continue on the next chapter. Example when you open epub will load cover page then you have to press the next button in order to go to the next page or chapter of the book. Thanks!

khalil1392 commented 11 years ago

Hi, Can you make this ePub reader right to left for right to left languages?

Thanks

AnFengDe commented 11 years ago

Yes, RTL reading system, need some customize job.

AnFengDe commented 11 years ago

Thank you, lhylcom32. We will check later.