Show Container on Page Template only for PWA

0
Dear Mendix community, We are currently playing around with PWA features and we were wondering if it’s possible to show a button on our page template just for the users which are opening the app in the PWA mode? Thanks in advance!
asked
2 answers
2

Hi Frederik

When you publish your application as a PWA and it runs in the cloud, you should receive extra Navigation profiles. Based on these Navigation profiles, you could determine the page and therefor the buttons that are on the page.

More information can be found here: https://docs.mendix.com/refguide/progressive-web-app

Hope this helps!

Kind regards,

Leander

answered
1

You can use classes on a container or button to hide on desktop, tablet or phone devices. Check out the appearance tab of your button properties

answered