Open benson-jala opened 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.
Not sure what would be causing that. Are you getting any errors?
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.