hius07
hius07
Status bar shows last page label: https://github.com/koreader/koreader/blob/0eff9ede4d4d382f62ac67de2e84e12073a3e99a/frontend/apps/reader/modules/readerfooter.lua#L244-L248 How do you propose to determine that it's bad?
`#page_list` May be a solution. But definitely requires a setting to use it or not. (The problem is not a code but algorithm)
``` ./luajit: frontend/device/gesturedetector.lua:295: attempt to index field 'initial_tev' (a nil value) stack traceback: frontend/device/gesturedetector.lua:295: in function 'isTwoFingerTap' frontend/device/gesturedetector.lua:502: in function 'state' frontend/device/gesturedetector.lua:243: in function 'feedEvent' frontend/device/input.lua:966: in function 'handleTouchEv' frontend/device/input.lua:1566:...
Also #13975, #14107.
Unfortunately this mysterious bug is not fixed yet. For the sake of order pinging @NiLuJe.
Verbose debug log is required.
Can you show a page with a highlight and attach the verbose crash.log.
> Kobo's built-in reader shows the different colours you've highlighted in in their Bookmark menu page Could you show a screenshot?
Design ideas are welcome.
I'm afraid it would be hard to provide a good design without huge rewriting. A bookmark item is built of two rectangles (text + page number), and it is impossible...