touch
Description
Optional. Defines whether tooltips are enabled on touch devicesUsage
touch?: boolean;
Parameters
false- (default) tooltips are not shown on touch devicestrue- tooltips are enabled on touch devices and appear on tap
Example
<Tooltip touch={true}>
<div data-tooltip-text="Touch tooltip">Tap me</div>
</Tooltip>
Related article: Configuring tooltip behavior
Related sample: Tooltip