Frontmatter
| id | 1885 |
| title | Covid.view.MainContainerController: onMainViewMounted() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 28, 2021, 6:02 PM |
| updatedAt | Apr 28, 2021, 6:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1885 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 28, 2021, 6:27 PM |
after switching to lazy load all covid app main tabs, we can no longer use
onMainViewMounted()since at this point at most 1 tab is there.instead, we need to trigger the logic when a new tab gets activated.
onHashChange()could work.diving into this now.