Hi,
I transpiled m the ES6 modules using Webpack and Babel into a bundle.js file.
So there is no more use of ES6 modules.
I recreated the ebook and I can view it properly on the desktop.
A video recording of the ebook working ok can be seen in:
https://drive.google.com/file/d/1nWv...ew?usp=sharing
But I can still not view it in mobile.
I run the Calibre, and enable Calibre Content Server like so:
Code:
calibre
button "Connect/share"
Select "Start Content server"
[192.168.1.75 port 8080 HTTP]
I then open in the browser using
http://192.168.1.75:8080
I select the ebook that opens well with Calibre on desktop, but I see errors in the browser:
Code:
overrideEventListenerPrototypes/EventTarget.prototype.addEventListener@webpack://lib1/./main.js?49:10
Snapshot of the error can be seen in:
https://drive.google.com/file/d/1urn...ew?usp=sharing
Thanks