93
Views
2
Comments
[Silk UI Web] Is it possible to use media queries under extended properties with if condition?
Question
silk-ui-web
Web icon
Forge asset by OutSystems

Please give me a sample if we can use media queries using if condition in extended properties of outsystems.

2021-02-26 15-02-11
Dinis Carvalho
Staff

Hi!

Do you need to use CSS media queries, or do you need to simply create expressions based on the current device?

You can use the functions IsPhone, IsTablet and IsDesktop in extended properties to achieve this without media queries.

2022-10-17 06-51-09
Shweta Gedam

Dinis Carvalho wrote:

Hi!

Do you need to use CSS media queries, or do you need to simply create expressions based on the current device?

You can use the functions IsPhone, IsTablet and IsDesktop in extended properties to achieve this without media queries.

Hi Dinis,

Thanks for replying but it get solved now :)


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.