HI
I need help with the font size, which needs to be updated as the screen resolution changes form Phone to tablet and tablet to Desktop, Based on the screen size this also changes the fonts.
I know this is possible, but I don't know to achieve this functionality,
I tried to use Update Context But it seems like not working with Gallery also, i tried to use the Set property but the same.
Can anyone please help?
Solved! Go to Solution.
Hi @Tapesh ,
I will give you two articles to read on responsive screen layouts the best one is probably this one. You might also find this one from Microsoft Documents useful.
I have another question, do you know which users are using the different devices? If so, you could set up a table and based on user login set a variable, and then the font size from this. Your table UserFonts would have the EmailUser and then SizeFont as numeric. At App OnStart
Set(
vUserMail,
User().Email
);
Set(
vFontSize,
UserFonts,
EmailUser = vUserMail,
SizeFont
)
Your label font size would then be vSizeFont
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Tapesh ,
I will give you two articles to read on responsive screen layouts the best one is probably this one. You might also find this one from Microsoft Documents useful.
I have another question, do you know which users are using the different devices? If so, you could set up a table and based on user login set a variable, and then the font size from this. Your table UserFonts would have the EmailUser and then SizeFont as numeric. At App OnStart
Set(
vUserMail,
User().Email
);
Set(
vFontSize,
UserFonts,
EmailUser = vUserMail,
SizeFont
)
Your label font size would then be vSizeFont
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
201 | |
175 | |
61 | |
32 | |
30 |
User | Count |
---|---|
307 | |
263 | |
105 | |
78 | |
56 |