App that fit on Mobile and Desktop Mode - Forum

Forum Navigation
You need to log in to create posts and topics.

App that fit on Mobile and Desktop Mode

Hello everybody,
Please any idea, may be sample how to create App That fit on MObile and Desktop Mode.

Please Suggests.

Thank You

@suyonob there are many possibilities. These are just two:
1) Responsive app (recommended but a bit more complicated).
2) Use FitAppToScreen command to scale the app to the current screen size.

Regards.

Vadim has reacted to this post.
Vadim

Thank You @luishp,

i will try that

 

Please suggest about this option (picture attached)

Uploaded files:
  • You need to login to have access to uploads.

@suyonob

Device size:

It defines the app max-width in responsive designs (the height has no effect except at design time)
It defines the aspect ratio (width/height) if you decide to use FitAppToScreen instead.

Auto-size:

Left both unchecked.
Using them will resize the content but will not keep the original aspect ratio (it will deform the content)

@suyonob

This is a Responsive Design sample app:
https://bibliosoftware.com

This is a FitAppToScreen sample app:
https://innovacionterapeutica.com/wordle

Regards.

Thank You Very Much @luishp