Hi All,
i want to make my application responsive how we can do that in outsystem. it support all browser.
Hi @ritu kushwaha
Check the below linkhttps://success.outsystems.com/documentation/11/developing_an_application/design_ui/look_and_feel/responsive_ui/RegardsKrishnanand Pathak
Hi @ritu kushwaha ,
On the OutSystems UI, everything is responsive .We have some widgets to use
1.
2. Application content changes based on devices
3. To apply logic inside client actions on If conditions:
I f dont want to use this all then..
1.Make UI 12 col using containers.
2. Avoid In line Css .
3. Give the size of Col/s in %.
4.Inpect in get the size from there
More
Hope this will help you...
Kind regards.