1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00
Commit graph

35 commits

Author SHA1 Message Date
Fred Chasen
bbb05616ab Fix removing annotations with no type and attaching marks to invalid cfi 2017-10-04 18:45:15 -07:00
Fred Chasen
c96468fd80 Fix orientation change listener 2017-09-29 18:12:37 -07:00
Fred Chasen
d77fc06a2e Add method setting for views 2017-09-26 18:34:56 -07:00
Bruno
7102934822 Don't go to next section if left width is equal container's scrollWidth 2017-09-21 09:28:36 +02:00
Fred Chasen
6313bb09d0 Fix for webkit not supporting position of collapsed ranges 2017-09-01 22:59:23 -04:00
Fred Chasen
3f1a353cf3 Make sure view is defined in views.each 2017-08-28 17:50:28 -04:00
Fred Chasen
eff216fd2d Simplify iframe view expanding 2017-08-28 17:10:51 -04:00
Fred Chasen
cc0110a58c Guard against empty contents 2017-08-28 11:05:09 -04:00
Fred Chasen
576a5b81dc Fixed scrolled location, updated hypothesis examples 2017-08-25 14:16:45 -04:00
Fred Chasen
ced1bf89ff Continuous manager fixes 2017-08-10 15:45:26 -04:00
Fred Chasen
03e7ca085c Fixes for page counting 2017-08-09 17:19:02 -04:00
Fred Chasen
c2b3284259 Temp disable scrolling to visible, always re-render 2017-08-02 22:09:52 -04: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
6b16ebe9d0 Tidy up Locations 2017-07-20 15:57:58 -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
Fred Chasen
bf9cd9f279 bump version to 0.3.25 2017-04-12 17:08:47 -04:00
Gerhard Sletten
4dc35bfc72 Optional global settings to disable srcdoc, since it will fail on cordova (#588) 2017-04-12 17:08:05 -04:00
Fred Chasen
9e18040c53 Set layout variables as props for passing as json 2017-03-31 13:36:48 -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
5269cfc4f8 Merge pull request #542 from Sunil-bb/fix-for-528-534
Fix for 534 and 528
2017-02-12 14:40:14 -05:00
Fred Chasen
7bf01d54b9 Merge pull request #547 from futurepress/react_native_fixes
React (native) fixes
2017-02-12 13:31:07 -05:00
Fred Chasen
d95ec97f7f Add Destroy to view managers 2017-02-12 13:27:49 -05:00
Gerhard Sletten
4b43c04e06 Removed a not necessary condition in next() that stops single column … (#536)
* Removed a not necessary condition in next() that stops single column layout from going to next chapter.

* Add loading on next chapter togather with scrollto that avoids over scrolling the end of chapter
2017-02-07 10:08:14 -05:00
Sunil.Belakeri
dff2b040a0 Fix for issues:
https://github.com/futurepress/epub.js/issues/534
https://github.com/futurepress/epub.js/issues/528
2017-02-07 13:24:22 +05:30
Fred Chasen
58893a88b4 move link replacement into Contents, make sure afterDisplayed is triggered 2016-12-12 21:06:34 +01:00
Fred Chasen
a435650c3b Fix eslint errors 2016-12-08 01:08:39 +01:00
Fred Chasen
ba3eec0885 Fixed undefined offset in default viewManager display 2016-12-06 23:54:54 +01:00
Fred Chasen
353dfa62fd Intial move to ES2015 2016-12-06 15:04:16 +01:00
Fred Chasen
582cc2fcb2 Add themes methods to rendition 2016-12-04 20:31:57 +01:00
Fred Chasen
165d8a4875 Added locations, updated cfi to handle ranges 2016-11-17 15:30:40 +01:00
Fred Chasen
151dc97d19 Switch to Native Promises, add polyfills.js in dist folder 2016-10-27 00:46:56 +02:00
Fred Chasen
a4e76029d4 Add event-emitter for node compatible events 2016-10-26 23:49:57 +02:00
Fred Chasen
5c49e4f4b6 Move managers to subfolder, rename single to default 2016-10-24 17:04:11 +02:00
Renamed from src/managers/single.js (Browse further)