0

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.

OnsuVensa
  • 1
  • 1
  • 1

2 Answers2

0

You can use the Tooltip property of the icon control - and that will give you exactly what you need

enter image description here

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.