View Single Post
Old 05-21-2014, 10:47 AM   #45
Sharkus
Evangelist
Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.Sharkus ought to be getting tired of karma fortunes by now.
 
Sharkus's Avatar
 
Posts: 444
Karma: 2269648
Join Date: Jun 2010
Location: Toronto
Device: Kobo: Original, WiFi, Touch, Aura, Aura H20, MiniGloHD ;) iOS app
Quote:
Originally Posted by cybmole View Post
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>

In regards to the Android app issues, there should be an in-app help option that allows you to send a feedback email, or the old school way would be to just drop an email to androidfeedback@kobo.com
Sharkus is offline   Reply With Quote