On Page Load doesn't fire when going "back" to a page

I have a page (page "A") that displays over-view information about some items. The "On Page Load" event for page "A" fills cards on the over-view with over-view information about the items, coming from storage in a Hive Box.

Tapping on a card (actually, a "container" on the card) opens a detail page (page "B") that describes the item and includes a switch that is part of the details for the item. The state of that switch gets stored in the Hive Box. I need the state of that switch to show up from storage in Hive, on the card in the previous page. (page "A")

But after clicking "Back" on page "B", page "A" appears as expected, but the "On Page Load" for page "A" does NOT fire. (I have a console "print" as part of an action in the "On Page Load" event so I can see when the event does and does not fire.) So I cannot update the over-view on page "A" with new information from the switch on detail page "B".

"On Page Load" for page "A" doesn't fire when going "back" to page "A".

So my question is this: how can I update page "A" after changing details in Hive on page "B" and going "back" to page "A"? This is not about Hive. It's about the fact that no event is firing on page "A" when going "back" to it. I want page "A" to re-load after going "back" to it.

Your help or insight or suggestions for alternate ways of getting new information onto page "A" would be most appreciated.

4
7 replies