janeczku / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
13.02k stars 1.39k forks source link

Bookmarks not working on tables #2839

Open pocelka opened 1 year ago

pocelka commented 1 year ago

Describe the bug/problem I created a bookmark (on any device) while reading the book. When I close the book and then open it again I can't display bookmarks while reading on tablet. I can access the bookmark on mobile phone / desktop, but on tablet I'm not able to click (touch) the bookmark icon on the left.

To Reproduce Steps to reproduce the behavior:

  1. Open book on iPad
  2. Click on 'hamburger' menu on the left
  3. Click on bookmark icon
  4. Bookmarks not visible, bookmark list not showing

Expected behavior It should be possible to see list of the bookmarks and click on them.

Environment (please complete the following information):

OzzieIsaacs commented 1 year ago

PDF, epub, DJVU, txt, comic reader?

pocelka commented 1 year ago

Epub

OzzieIsaacs commented 1 year ago

In Firefox on Linux it's working, on iOS (checked 16.6 on iPad Pro), the bookmark button is showing no reaction

pocelka commented 1 year ago

I have same iOS version (not sure about my tablet version, but it is an older model), but the bookmark button is not working for me. Just to be sure are you talking about the bookmark button (list) in the left menu right? Because I can create bookmarks just fine hitting the button in upper right corner, but then when I go for example few pages to the right and want to show "all bookmarks" I'm not able to click on that button (in left right menu).

It feels like touch is not hitting the hit box. I tried also on FF and Safari.

OzzieIsaacs commented 1 year ago

Yes, we are talking only on the ‚left‘ button

pocelka commented 1 year ago

Than I don't know what could be wrong. If it is just on my side then I guess you need to classify this as "can't reproduce". I'm not sure if any one of my friends has apple tablet so I could try it also on with their devices. I even tried to zoom in on the area (just to be sure that I touch the correct area) and still for me it's not clickable.

OzzieIsaacs commented 1 year ago

? I can confirm it's N O T working. I don't think there is a problem on your side. ?

Monoboy4ik commented 4 months ago

Than I don't know what could be wrong. If it is just on my side then I guess you need to classify this as "can't reproduce". I'm not sure if any one of my friends has apple tablet so I could try it also on with their devices. I even tried to zoom in on the area (just to be sure that I touch the correct area) and still for me it's not clickable.

for me too...

lucolucus commented 1 month ago

I think it's related: in the Safari browser, it was impossible for me to press the bookmarks button. After removing the visibility: hidden; property from #panels a, it started working again. I didn't have this problem on Chrome, and the modification didn't break anything for me, same with Firefox.

I opened a pull request