GNOME Bugzilla – Bug 768047
Current page is not remembered for epubs
Last modified: 2016-06-26 02:22:01 UTC
This is what we'd want to do with epubs: https://git.gnome.org/browse/gnome-documents/tree/src/documents.js#n1532 But this is only available when there is an "activeDocModel": https://git.gnome.org/browse/gnome-documents/tree/src/documents.js#n1519 We'd probably want to hide all the docModel stuff inside each one of the views instead.
Pushed two patches to master to implement this.