Question:
I have an element with ID “tegelinfo” that I hide by selecting it through $w(‘#leverinfo’)
In my mobile view, this code is not functioning, because the element is not there anymore. I have check Hidden On Mobile, but the text element is not there.
Also checking the Layers panel, I see it on Desktop view, but not in Mobile view
On desktop view:
On mobile view:
What are you trying to achieve:
have element show on mobile view
What have you already tried:
I have check Hidden On Mobile, but the text element is not there.
Also checking the Layers panel, I see it on Desktop view, but not in Mobile view