Skip to content

PlgMimic: Enable tooltips on mobile browser - #123

Open
kumajaya wants to merge 1 commit into
RapidScada:developfrom
kumajaya:mimics-tooltips
Open

kumajaya wants to merge 1 commit into
RapidScada:developfrom
kumajaya:mimics-tooltips

Conversation

@kumajaya

@kumajaya kumajaya commented May 15, 2026

Copy link
Copy Markdown
Contributor

Native HTML title attribute only responds to mouse hover, making tooltips non-functional on touch devices.

Adopts the Bootstrap Tooltip pattern already used in PlgScheme PR #27, with touch device detection to preserve existing desktop behavior unchanged.

  • Touch devices: Bootstrap Tooltip activated on tap
  • Desktop: native title attribute retained as-is
  • Initialize tooltips after mimic DOM is built

@kumajaya
kumajaya changed the base branch from master to develop May 15, 2026 18:52
@2mik

2mik commented May 21, 2026

Copy link
Copy Markdown
Member

Hi,
I would prefer to use the built-in title mechanism by default which is lightweight and straightforward. It would be nice if it is possible to implement Bootstrap tooltips as a plugin, or as a JS file that can be added to mimics by specifying in PlgMimic.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants