Custom Styling for mobile version

0
Hello There,  I have created a application which i want to demo both in browser as well as in mendix app. I have set a certain styles for some fields which is tailor made for browser. but i want to do different kind of styling for mobile. Can you please help me on how to do styling which only applicable for mobile browser/app thanks
asked
2 answers
1

Use a Mobile layout and a Desktop layout to get different style for your pages.

And, as well, use mobile/desktop specific css classes to style your elements.

answered
1

In addition to Claire, checkout the Mendix documentation and learning paths, there's a lot about styling there as well. In the documentation there are some styling how-to's that make a good starting point. Need more in depth info? Check out the rest of the docs or follow a learning path for styling.

For native styling in Mx8:

https://docs.mendix.com/howto/mobile/native-styling

For responsive styling, check out this:

https://docs.mendix.com/howto/front-end/layouts-and-snippets#4-desktop-tablet-or-mobile

 

answered