Summary
I am using HOT to render a table where some columns include HTML content, including clickable links. This works just fine on a desktop and on some mobile devices (I’ve been told iPhones work just fine). However, on an Android phone using Chrome, the links cannot be clicked.
There is a fiddle which illustrates the problem. You’ll see:
- A cell with a link.
- A handler for the afterSelection hook which turns the selection off. I added this after noticing in the docs that the cell selection mechanism is not disabled by setting the column “readOnly: true”.
Expected behaviour
It should be possible to click the link to www.google.com on an Android device using Chrome.
Actual behaviour
The link does not respond to a touch click. Pressing on the link for an extended period of say 1 second causes a popup to appear offering several options such as to open the link in a new tab etc.