1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00
Commit graph

42 commits

Author SHA1 Message Date
Fred Chasen
4728d09b1d Destroy contents when removing view 2018-12-06 08:42:22 -08:00
Fred Chasen
6bfcd1e4eb Added type declarations 2018-08-20 22:21:26 -07:00
Fred Chasen
9dc61250f4 Remove ePub.register, update Readme 2018-04-30 19:34:19 -07:00
Fred Chasen
671ed35f34 Only update axis when changed 2017-11-20 17:11:16 -08:00
Fred Chasen
781fd1e3bf Update vertical writing support in continuous 2017-11-17 17:35:09 -08:00
Fred Chasen
9b6e864ae4 Add RTL support 2017-10-16 17:24:45 -07:00
Fred Chasen
bb1ab21a33 Updates for rendering in embedded Webviews (#643)
* Initial embedding support

* Updates for rendering in embedded webviews

* toLowerCase nodeName check
2017-08-01 17:25:19 -04:00
Fred Chasen
3f4d7bbbf2 Added relocated event 2017-07-10 17:25:26 -04:00
Fred Chasen
661d4d77d1 Add metatags for annotations 2017-07-06 17:53:48 -04:00
fchasen
176125e46b Update core.prefix 2017-05-12 13:34:25 -04:00
Fred Chasen
2d3f1cc039 Fix for column rendering in Safari (#614)
* Fix for column rendering in Safari

* Set body to display inline in Columns css
2017-05-09 16:42:30 -04:00
Fred Chasen
00fd8c6b3b fixes scrolled location reporting 2017-03-30 19:36:33 -04:00
Fred Chasen
9cd28e1144 default manager currentLocation maps all visible views, fix multiple reporting 2017-03-10 14:05:20 -05:00
Fred Chasen
db727b00a9 add destroy methods 2017-02-10 15:29:20 -05:00
Fred Chasen
265df07917 Fix url to handle file links 2017-02-09 23:38:11 -05:00
Fred Chasen
58893a88b4 move link replacement into Contents, make sure afterDisplayed is triggered 2016-12-12 21:06:34 +01:00
Fred Chasen
1a26c1901e Render pre-paginated spreads in single and continuous managers 2016-10-24 14:55:15 +02:00
Fred Chasen
85ddeea900 Added a input example 2016-09-24 12:45:18 +02:00
Fred Chasen
e408a822e0 Updated examples 2016-09-24 00:21:20 +02:00
Fred Chasen
4e7276c151 Allow checkLocation to return a promise 2016-08-24 22:00:28 +02:00
Fred Chasen
e587bb8429 use base64 encoding when replacing urls in unarchived book 2016-08-19 15:52:48 +02:00
Fred Chasen
45885fc039 updated to new JSZip api 2016-08-19 11:50:48 +02:00
Fred Chasen
874cabe510 Updates to contents for Android, server update, jszip updated to 3.1.1 2016-08-19 10:47:28 +02:00
Fred Chasen
1462d473df Added flow, layout and spreads methods, combined managers 2016-08-12 00:33:48 +02:00
Fred Chasen
0d8deb5991 Added fixed layout scaling, manager queue 2016-08-10 12:07:36 +02:00
Fred Chasen
c536829ea9 Remote hypothes.is example, ncx fixes 2016-05-11 14:14:44 -05:00
Fred Chasen
558cd61cee add highlights examples 2016-01-08 19:22:58 -05:00
Fred Chasen
05f1b92094 add incomplete epubcfi update 2015-12-15 20:12:46 -05:00
fchasen
dc224a212a expose ePub, add request, add unarchive/jszip 2015-12-04 12:12:15 -05:00
fchasen
80787fc86b Added locations 2015-07-08 21:54:00 -04:00
fchasen
d7371a619d Fixes to examples, and lint errors per pr #230 (by pmstss) 2015-06-30 22:50:06 -04:00
fchasen
2e2d7dfb43 Fix display callback 2015-06-30 22:06:14 -04:00
fchasen
3e9f8a609a Balance columns, prevent scroll past end of content 2015-06-28 23:29:02 -04:00
fchasen
ae726a1dab Updated offset location on display 2015-06-26 16:32:24 -04:00
fchasen
2a95b28041 Fixed lack of reframe issue 2015-06-21 14:45:27 -04:00
fchasen
c66f2aa33b New methods for getting contentWidth of iframe, fixed resizing 2015-06-20 21:56:58 -04:00
Fred Chasen
23ca0b840d Fixed locking to solve single page issues 2015-06-05 15:20:45 -04:00
Fred Chasen
ac926479cf New queue flush, handle cfi for display, re-display on resize 2015-06-05 00:01:50 -04:00
Fred Chasen
812be32e71 Check if view is rendering before displaying, proper check promises 2015-05-29 15:45:03 -04:00
Fred Chasen
6785addc75 fixed map when text isn't present 2015-05-28 17:02:42 -04:00
Fred Chasen
5c33f9c52b Add map for sections and pages, update queue to handle function without promise 2015-05-26 19:59:06 -04:00
Fred Chasen
b88aab25d9 Updated Expands and Layout methods 2015-05-24 09:44:35 -04:00
Renamed from examples/pages.html (Browse further)