Hi,
I forced with the following problem:
I have an ListGrid with custom cell (using setCellFormatter) which is HTML content.
On HTML content i have HTML buttons (through JSNI i'm calling Java code).
The problem is - When i'm clicking on the buttons at Desktop browsers it is OK (the row selected and button pressed),
But when i do the same at tablet (IOS Safary and Chrome) only row selected and click action not fired,
Only when i'm do addition tap on button then action called.
Is there is some workaround for it?
How i can say to ListGrid to propagate tap event to the grid cell HTML content?
Waiting for your reply,
Thank you.
I forced with the following problem:
I have an ListGrid with custom cell (using setCellFormatter) which is HTML content.
On HTML content i have HTML buttons (through JSNI i'm calling Java code).
The problem is - When i'm clicking on the buttons at Desktop browsers it is OK (the row selected and button pressed),
But when i do the same at tablet (IOS Safary and Chrome) only row selected and click action not fired,
Only when i'm do addition tap on button then action called.
Is there is some workaround for it?
How i can say to ListGrid to propagate tap event to the grid cell HTML content?
Waiting for your reply,
Thank you.