08-27-2012, 08:23 PM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Aug 2012
Device: none
|
Develop epub 3.0 reader on Android and iOS
Hi All,
We need to develop a epub 3.0 reader on both Anroid and iOS. The obvious solution is to use webkit as the engine since the latest webkit versions already support the epub3.0 features we'd like to have. However, since the older webkit versions (on older devices) don't support some of the epub 3.0 features, someone recommended us to build our own webkit (from webkit nightly source) and bundle it within our app. On Android, it seems possible, but we are not sure how compmlex that "porting" task is. On iOS, we are not sure if Apple allows this (but it seems iBooks and Kobo are both using their own webkit engines). Could experts here shine some light on those issues, or provide some guidance on the direction we shall take on this project? That'd be greatly appreciated! Thank you!! Last edited by eBooknew; 08-27-2012 at 08:26 PM. Reason: typo correction |
07-16-2021, 07:37 PM | #2 |
Connoisseur
Posts: 58
Karma: 438844
Join Date: Aug 2019
Device: PC, Linux Mint, Tablet, and Telephone
|
Why not use the free Gitden Epub reader? Both IOS and Android versions are free and can read Epub 2 and Epub 3 files.
|
Advert | |
|
07-17-2021, 09:52 AM | #3 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
What epub3 features are not supported by even a five year old webkit?
|
07-17-2021, 09:57 AM | #4 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
I would not reinvent the wheel here. There are many javascript epub3 readers to be found in github projects and many with an MIT license suitable for commercial dev that get you 95% of the way there.
Check out Sigil plugins for ReadiumReader, EpubJSReader, and BibiReader to see how simple it is to create a base reader with these javascripts and a webkit or chrome (Qt) based web engine. |
07-17-2021, 02:07 PM | #5 |
Wizard
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
This was a thread originally posted in 2012.
The "EPUB3 Best Practices" book wasn't even out then! (Released in January 2013.) Yes, 9 years later, the EPUB3 landscape has changed a little bit. |
Advert | |
|
07-17-2021, 06:16 PM | #6 |
null operator (he/him)
Posts: 20,954
Karma: 27620688
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
|
07-18-2021, 09:29 AM | #7 |
Wizard
Posts: 1,605
Karma: 7999999
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
Grids, clip-path, shape-outside, -webkit-column-break-after (as you know, page-break-after, break-after even now are not supported), -webkit-column-break-before, -webkit-column-break-inside, orphans and widows, and many others than I don't remember now.
|
07-18-2021, 09:32 AM | #8 |
Wizard
Posts: 1,605
Karma: 7999999
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
That's true. Today there are very good epub3 readers, with practically a full support of epub3.
|
07-18-2021, 01:26 PM | #9 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
Are all of those css 3.0? The epub3 spec originally specified a subset of css 3.
|
07-18-2021, 01:28 PM | #10 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
It was marked as new (unread) and found at the top in the epub forum thread. How on earth could it be that old?
|
07-18-2021, 03:45 PM | #11 |
Bibliophagist
Posts: 39,809
Karma: 154147706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
At a wild eyed guess, no one had responded to the message until @Microdrie responded to it 9 years after the original post. Looking at the OP, that was their one and only post.
|
07-18-2021, 04:05 PM | #12 |
Wizard
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
|
07-18-2021, 05:00 PM | #13 | |
Wizard
Posts: 1,605
Karma: 7999999
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
Quote:
But all this now is doesn't have interest for the OP |
|
07-18-2021, 06:49 PM | #14 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PRS-T1 ePub Sync with other Android / iOS | Razva | Sony Reader | 10 | 06-29-2012 05:37 PM |
.epub works in FF epub reader but not on Android device | calmansi | Sigil | 5 | 03-02-2012 01:53 AM |
iOS vs. Android | RockdaMan | Apple Devices | 6 | 07-13-2011 08:47 AM |
Sony Reader Library for Android and iOS? | trevgriff | Sony Reader | 43 | 02-01-2011 09:26 PM |