How do I expand the blue highlighted text in UIWeb

2019-08-21 12:36发布

After tap and hold and release, text is highlighted in UIWebView. The user can expand the text by dragging the dots, but is there a way I can automatically do it in code? For example, the user selects "Abraham" and I expand it to be "Abraham Lincoln".

标签: ios uiwebview
1条回答
倾城 Initia
2楼-- · 2019-08-21 13:18

No. That feature of the UIWebView cannot be modified using Apple-approved public APIs. This also applies to the magnifying glass.

查看更多
登录 后发表回答