calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

Having difficult to bookmark some line #225

Closed ghost closed 7 years ago

ghost commented 8 years ago

Having difficult to bookmark line when text is in italic (not sure for bold and/or underlined text), but still can bookmark the line by pressing / touch free space after end of the text.

Nandaka commented 8 years ago

Can you give me the sample line (including chapters) ?

Nandaka commented 8 years ago

image

some lines cannot be bookmarked, as it doesn't use the

tag.

ghost commented 8 years ago

screenshot from 2016-02-22 17 05 47

In this line, you can't bookmark it by touching hybird and pure-blooded

screenshot from 2016-02-22 17 13 15

screenshot_2016-02-22-17-11-12_com erakk lnreader_1456132339418 screenshot_2016-02-22-17-11-14_com erakk lnreader_1456132367938

And in this line, you can bookmark it by touching on red area (and small gap) but the text can't.

Nandaka commented 8 years ago

most likely due to no event bubbling handler in the js from the <i> tag in the <[>

need to find a way to do it in pure js