We are developing an app that will be used primarily on iPhones and iPads.
When navigating through the app on mobile view, there is a back button to navigate backwards. There is no back button present on desktop view.
This was a major UX flaw when testing our app with users - testers could not figure out how to navigate backwards when using an iPad (desktop view).
I have inserted a Button component with the action “Go Back” which allows desktop view users to navigate backwards.
Now, I am met with the issue of having two back buttons when on mobile view.
Perhaps this is a feature request, but I am wondering if there is a way to target component visibility for mobile vs. desktop views? Could I hide the button from mobile view using Custom CSS?
We are on a Glide Business plan.
Images below of the confusing UI double back button conundrum!