Hello,
We are developing a dashboard that should be visible for PC and tablet. We have made a lot of progress but we have a doubt about how to manipulate the mobile / desktop visuals.
We have found that there is an option in the Dashboard properties that allow you to change the theme of the whole dashboard and currently we are using the platinum one. What we want to archieve is to change the Filter Panel to use the Mobile theme when we are using the tablet.
We can identify if the user opens de dashboard with a PC or Mobile with the APPLICATION.getUserAgent(); And if the user uses a Mobile, we want to execute an script that changes the css class of the filter panel (because the default one is hard to manipulate with the tablet) to the one that is active with the Mobile theme.
How can identify the css class of the Filter Panel in the Mobile theme? We have searched a bit but the css class seems the same as the Platinum theme
Thanks in advance!