I'm working on a website where I'm attempting to make an icon in PowerApps, have a property where the user can hold their mouse over the icon and have it display information about the text next to it. I'm not too knowledgeable in JavaScript or JSON for that matter, but this has simply gotten the best of me.
Asked
Active
Viewed 3,300 times
0
-
Any follow up questions? – Arun Vinoth-Precog Tech - MVP Nov 23 '20 at 14:00
-
I believe I should be able to do it based on what you posted, if all else fails I know an easy cop-out solution, thanks. – OnsuVensa Nov 24 '20 at 13:54
-
ok cool, you can upvote/accept the helpful answer to help others find it useful. – Arun Vinoth-Precog Tech - MVP Nov 24 '20 at 13:56
2 Answers
0

carlosfigueira
- 85,035
- 14
- 131
- 171
-
I was thinking more like aI box that wikipedia provides. Is that possible? When you hover over the text it gives you some information and a link or two. – OnsuVensa Nov 20 '20 at 21:02
-
In this case this is not currently supported for the existing icon control; you can consider creating a new feature request in the Ideas board at https://aka.ms/powerapps-ideas – carlosfigueira Nov 21 '20 at 02:43
0
Canvas PowerApps is mainly meant for mobile/tablet, though it can be accessed in desktop browser, the tooltip when mouse hover is impossible in mobile touch screens.
That being said, what you are looking for may align with custom tool tip or context menu - take a look at this idea and comments there.
The best bet would be your own custom component (PCF control) developed for this purpose.

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168