I inspected the epub and Bibi displays the .xhtml files with the following code:
Code:
<div class="spread-box reflowable spreaded" style="width: 7845px;">
<div class="spread" style="height: 361px; width: 7845px;">
<div class="item-box reflowable loaded" style="background-color: rgba(0, 0, 0, 0); background-image: none; background-repeat: repeat; background-position: 0% 0%; background-size: auto; height: 361px; width: 7845px;">
<iframe class="item" scrolling="no" src="" style="background-color: rgba(0, 0, 0, 0); background-image: none; background-repeat: repeat; background-position: 0% 0%; background-size: auto; padding: 48px 24px 24px; height: 289px; width: 5182px;">
<html xmlns="http://www.w3.org/1999/xhtml" class="Linux Chromium Blink Chrome bibi-flick-active bibi-flick-scrollable bibi-pinch-active bibi-columned" xml:lang="UND" lang="UND" style="background: transparent; height: 289px; column-fill: auto; column-width: 475px; column-gap: 48px; width: 5182px;">
<head>...</head>
<body style="background: transparent; font-size: 1rem;">...</body>
</html>
</iframe>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page current"></span>
</div>
</div>
</div>
I thought that the issue was caused by the following lines:
Code:
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page"></span>
<span class="page current"></span>
and I erased them but without luck, the blank page remains.