futurepress / epub.js

Enhanced eBooks in the browser.
http://futurepress.org
Other
6.48k stars 1.11k forks source link

Hyperlinks not working in layoutOveride #332

Open benson-jala opened 8 years ago

benson-jala commented 8 years ago

ePub(path, { restore: false, fixedLayout: false, width: width, height: height, spreads: false, layoutOveride : { spread: false, layout: 'pre-paginated', orientation: 'auto'} })

when i use layoutOveride internal hyperlinks are not working. if i remove layoutOverride their is no vertical flow but hyperlinks are working.

fchasen commented 8 years ago

Not sure what would be causing that. Are you getting any errors?