Is there any flag we can use in the BR for the custom loader so the element is only visible when the device its open on is laptop/ desktop?
3 Likes
Can you please explain more?
19 Likes
If you are talking about, to show the elements on some BR condition either in laptop/desktop or in Mobile… Then the answer will be NO , there is no functionality to achieve it…
23 Likes
We can’t show/hide the entities (like Element/Component/Layouts/etc.) by using BR for different screen resolutions as there are no system variables provided by the vFlow for these selections.
But there is one way, you can use custom CSS to perform this by showing/hiding the element based on the resolution size. For using this workaround please be ensure that the element will not be a required field and the captured data always be optional for the business process.
6 Likes