Quote:
Originally Posted by jackie_w
When reading the 'minimal kepub' on the Kobo, it's not immediately obvious to me that anything is broken. Is that what you'd expect? Or maybe I've broken some options which I never use (e.g. annotations, reading stats, anything wi-fi related ...)?
|
There are a couple of things that are needed to fix problems that occur when reading KePubs in full-screen mode: (Edit: See
this post for examples.)
1. The margin/padding for body needs to be set to zero, or else the viewport gets shifted off-centre.
2. Wrapper divs added inside body are needed as a place to add padding in order to avoid text being clipped at the edge of the viewport. (padding can't be added to body because of 1.)