In using the Notify function, is there a way to make the text bigger? The default text size is a bit small and i would like to make it more readily readable to my user.
Please let me know how this can be done. Thanks
Solved! Go to Solution.
Hi @Spawn10 ,
Could you please share a bit more about your scenario?
Do you want to make the displayed text bigger when you use the Notify function?
If you want to make the displayed text bigger when you use the Notify function, I afraid that there is no way to achieve your needs in PowerApps.
Actually, the font size of the message text sent using Notify function is based on the current web browser or mobile device. If you want to make the message text sent using Notify function bigger, you need to change the Font Size settings in your web browser or Mobile device as below:Chrome Font Size setting
then the message sent using Notify function would show up as below:
Currently, within PowerApps, there is no way to control the font size of the message text sent using Notify function. If you would like this featute to be added in PowerApps, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Best regards,
Hi @Spawn10 ,
Could you please share a bit more about your scenario?
Do you want to make the displayed text bigger when you use the Notify function?
If you want to make the displayed text bigger when you use the Notify function, I afraid that there is no way to achieve your needs in PowerApps.
Actually, the font size of the message text sent using Notify function is based on the current web browser or mobile device. If you want to make the message text sent using Notify function bigger, you need to change the Font Size settings in your web browser or Mobile device as below:Chrome Font Size setting
then the message sent using Notify function would show up as below:
Currently, within PowerApps, there is no way to control the font size of the message text sent using Notify function. If you would like this featute to be added in PowerApps, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Best regards,
Thanks...I was hoping there was a way to make that text bigger. I also appreciate the work around options.
Hi,
In fact Notify can take HTML, so if you don't mind coding a bit of HTML you can use something like that :
Notify( "<h3>Big Title.</h3> <p style="font-size:18px !important;"> Bigger message font</p> ", NotificationType.Error, 0)
Thank you for taking the time to update this old thread.
having new data here helped me a ton today.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
165 | |
94 | |
69 | |
64 | |
63 |
User | Count |
---|---|
222 | |
160 | |
96 | |
86 | |
80 |