Hi, I'm creating a perspective project that has a fixed HMI and an android tablet. A breakpoint container is used to differentiate between the screens. On the android tablet, I am using a carousel with 3 embedded views. The first has pushbuttons, the 2nd is an alarm status table, and the 3rd shows counters.
When the screen is refreshed, and I swipe through, the alarms all show up. When I swipe back across, the alarm table is missing, replaced with a blank screen. It is gone until I go to another view entirely (one that doesn't have the carousel).
The alarm status table is not listed on the carousel page as a bad idea. Any thoughts as to what I'm doing wrong?
EDIT the alarm table isn't actually missing, as the header and footer of the table stays, just the alarms are disappearing. Also, the responsive feature shows the alarms as cards, but still has the same behavior when re-swiping the carousel.