Thought I’d let you know that in the editor and IOS tabs show full width (awesome!)
BUUUT on android they show all yucky and off to the left
Thought I’d let you know that in the editor and IOS tabs show full width (awesome!)
BUUUT on android they show all yucky and off to the left
Thanks for the report!
Did you figure this out? I used the TAB component but am moving to TAB containers and this is a UI issue. I assumed Glide handles concurrency between users so every user sees their own Tab state not one big shared ‘Tab’ but switching users in the builder seems to show the same ‘Tab’ state for all users. And I would assume the first TAB is the default Tab but it is more like the TAB state is based on the last user to view that TAB.
Not sure if this is expected behavior or……
There’s no fix for that at the moment because the problem is you can not set a “current tab” value somewhere. Hope this becomes a feature.
I wouldn’t worry unless it’s the same behavior in production, though I understand it’s harder to test that way.
TAB container follow-on. I don’t see a CSS class for the sub-containers within a TAB container.
Is this coming?
The use case is @Darren_Murphy methodology for mobile/desktop display except this doesn’t work within a TAB container. In this case if the screen size is “mobile” I want to show a specific AI component.
Thanks @ThinhDinh
Same. I have no idea what is being referred to either
When I started on this journey a month ago, I wanted desperately to get my field team a better user experience. I accomplished that. They are loving the maps function and ease of use of the mobile app. I was under the impression I could build a decent desktop app here as well and I’m just not seeing that as a viable option yet. I have so many questions because right now, all I see is a big blown up version of my mobile app on my large screen with a lot of dead space and funky alignments based o…
This is how you described desktop vs mobile technique using css which I have found very useful. Sorry for being out of context.
You should use the Screen Size variable now, it became available after the “workaround” I believe.
Oh, right.
Yeah, no need for CSS anymore. Do what @ThinhDinh said.