Obsolete
Status Update
Comments
sa...@google.com <sa...@google.com> #2
Thank you for your feedback. We assure you that we are doing our best to address the issue reported, however our product team has shifted work priority that doesn't include this issue. For now, we will be closing the issue as won't fix obsolete. If this issue currently still exists, we request that you log a new issue along with latest bug report here https://goo.gl/TbMiIO .
Description
But it does not expose the title associated with the image.
For example, browsing to
The source code for the image is:
<img src="//
On Chrome for Android, long-pressing on the image displays a context menu with the text at the top (screenshot attached).
But WebView cannot currently replicate this behavior.
WebView could expose the title via a new method for HitTestResult, something like WebView.HitTestResult.getTitle(), which would return the title of an image if it exists, and a null value if there is no title or if the HitTest is not an image.