View Single Post
Old 03-03-2021, 07:36 AM   #1
sciurius
Enthusiast
sciurius doesn't littersciurius doesn't litter
 
sciurius's Avatar
 
Posts: 49
Karma: 102
Join Date: Sep 2010
Location: 52.88504N 06.85904E
Device: PC
Moon+Reader: Linking to external resources

I have a number of ebooks that contain (small) images that are links to bigger images. The small image is embedded in the epub, the bigger image is external. Code looks like this:

Code:
<a href="https://xxxx/a349809964i0003_max1024x.jpg" target="_blank" referrer="none">      <img alt="Images/Image0009.jpg" src="../Images/Image0009.jpg"/>      </a>
The problem is that I can't seem to activate the link to the external image. It works in other ebook readers, but in Moon+Reader a tap on the image just activates the next/previous page or options action, depending on the location of the image on the page.

Ordinary links, to other parts of the epub, do work as expected.

I assume I missed a critical setting, but which one?

I'm running Moon+Reader Pro 6.5 on Samsung Galaxy Note S4, Android 10.
sciurius is offline   Reply With Quote