Hey everyone ๐
I'm currently working on a modular app in AppSheet and am entering a phase of device-specific UX improvement. We know AppSheet allows us to simulate interfaces for Mobile, Tablet, and Desktop, but:
โ How are you currently handling view differentiation based on the user's actual device?
๐ Here's what I've considered:
CONTEXT("Host")
returns "Device" or "Browser", but it doesn't tell us if it's a phone, tablet, or PC.DEVICE_TYPE()
(yet) to definitively know if we're on mobile vs. desktop._mob
, _tab
, _dsk
, and using LINKTOVIEW()
or dashboards to alternate the UX.But I'm really interested in knowing:
๐ ๏ธ What strategies are you using?
๐งฉ How do you alternate between views based on the device?
โ๏ธ Do you create a single universal view, or do you duplicate views with conditional visibility?
I'm looking for real-world experiences, limitations you've faced, or clever ideas to optimize the UX for each device.
Thanks for reading ๐
Eager to learn from your approaches!
User | Count |
---|---|
17 | |
11 | |
7 | |
4 | |
3 |