Using apex 20.2.
My application has interactive grid page where I've applied a freeze to the two left most columns so that users can keep those columns showing when scrolling to the right for the other columns.
Problem is that when mobile users access the application on the smaller mobile screens it's not possible to right scroll past the two frozen columns to see the many other columns. How is it possible to conditionally unfreeze the two left most columns when using mobile. Or even detect when a user is using mobile device. Thoughts?
Thanks,
TFA