I have 3.8.0 instaslled ok now on the PC that did not like 3.7.0
2 wquestions :
1. is it not possible to force a sideload epub into the desktop app to see how it displays.
2. where's the best place to post questions about the Kobo android app. I am wanting to solve the mystery of why, when I import an epub into that app, I get 2 title/cover pages :1/2 = blank, 2/2 shows cover picture.
It does hot happen with my Aura HD, only with my android tablets + sideloads. ( so Q1 was to see what happened with same book cover in desktop, but it seems that I can't try that)
PS all my covers are neatly updated by the modify e-pub plug in so there is some issue with how android version handles that cover code methinks.
that code, which varies only to take the appropriate image dimension & file name is
Code:
<head>
<meta content="true" name="calibre:cover" />
<title>Cover</title>
<style type="text/css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>
</head>
<body>
<div>
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 310 500" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="500" width="310" xlink:href="../Images/cover.jpeg"></image>
</svg>
</div>
</body>