Making an app look good on a laptop and phone

0
Hello, for the most part our app is accessed using a laptop but some user would like to use their phone. When using a phone the app looks bad. What is the best way to have an app look good on both a laptop and phone? Thanks!
asked
2 answers
0

This learning path has some guidance on that front.

 

https://academy.mendix.com/link/paths/28/Creating-Engaging-UX

Good luck!

answered
0

The best option is developing a native mobile App, but the deployment process is not simple.

But a responsive interface is not enough; you should develop more suitable pages for small screens and touch.
You can start practicing:

Adding a navigation profile:

And define an optimized page for each device.

You can also use visibility options for widgets:

Hidding or revealing wigets according the device.

answered