hius07

Results 641 comments of hius07

> I'd tend to go with 1 Me too. (I think we can do (2) (remember the opened submenu and reopen it after rotation) but it's more complicated, for the...

Partially available with https://github.com/koreader/koreader/pull/13405 (searches within unfolded i.e. visible entries only). I can think about the ToC `search_callback` if needed.

As usual, restoring exact view for pdf is tricky. @jonnyl2 can you test pinned page for various view modes? [readergoto.lua.txt](https://github.com/user-attachments/files/23358496/readergoto.lua.txt)

Shows pinned page in the Book map. [readergoto.lua.txt](https://github.com/user-attachments/files/23360021/readergoto.lua.txt)

It's for the new format of the pinned page: pdf location (a table).

Thanks a lot, requires more thinking.

Unfortunately, the exact view position cannot be restored if page/continuous or reflow modes have been changed. We just doesn't get enough information from original mode to build the correct view...

Thanks, I'll PR tomorrow.

Will be fixed in https://github.com/koreader/koreader/pull/13503.

Let's discuss it here, pinging @NiLuJe In **gesture** event handlers the gesture object is needed to trigger actions depending on the direction etc. So, in `InputContainer:onGesture(ev)` it is passed as...