Quote:
Originally Posted by kovidgoyal
What error do you get when you try to do it?
|
I start calibre in debug mode, connect the phone via usb, and debug with chrome devtools.
I don't see any errors:
- in calibre log file e.g.
tail -f /tmp/tmp1xn6mnyy.txt
- in chrome devtools,
the console pane shows only valid log messages
the network pane does not show any failed requests
In EPUB/package.opf, I see an option for another book reader:
Code:
<meta property="ibooks:interactive">true</meta>
Could it be that some setting for calibre, similar to this is missing?
The problem can be seen in the following clip:
https://drive.google.com/file/d/1vuX...ew?usp=sharing- Calibre - ok - clicking on dot displays an image
- Calibre Content Server on desktop - ok - clicking on dot displays an image
- Calibre Content Server on mobile - NOT ok - clicking on dot DOES NOT display an image
I prepared a minimal example that shows the problem.
The epub can be downloaded from here:
https://drive.google.com/file/d/1UuB...ew?usp=sharing
kovidgoyal, can you please take a look at the attached ebook?
It is very small (~233 KB) but is enough to demonstrate the problem.
Thank you!