CoreTextHyperlinkView icon indicating copy to clipboard operation
CoreTextHyperlinkView copied to clipboard

Hyperlinks offset from text

Open twonjosh opened this issue 11 years ago • 2 comments

For some reason the tappable links are offset as shown in the photo. They don't line up with the text.

photo

twonjosh avatar Mar 12 '13 06:03 twonjosh

I have the same issue

joshbernfeld avatar Jul 01 '15 21:07 joshbernfeld

I found the problem go into JSCoreTextView.m and replace all instances of

rect.origin.y + rect.size.height - origin.y

with

rect.size.height - origin.y

joshbernfeld avatar Jul 01 '15 21:07 joshbernfeld