I am trying to apply this formula
If(
App.Width <= 480 || App.Orientation = 2, // Modify breakpoint as needed
false,
true
)
So a container dissapears depending on the screen size and orientiation, the isssue is that for some reason it is telling me that the word orientation is not recognized on my code, but I have seen plenty of examples with the use of this property. What could be the issue?

Report
All responses (
Answers (