You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Page (parent) that opens a modal (child) using Vue's $showModal. On Android, parent page is loaded once as expected. On iOS, parent page is loaded, then unloaded when modal is shown, then loaded again when modal closes. I know this because navigatingTo/loaded/unloaded are all called multiple times.
8.7.0
Same result with 8.7.1-next.2024-04-16-8705084282
The text was updated successfully, but these errors were encountered:
I have a Page (parent) that opens a modal (child) using Vue's $showModal. On Android, parent page is loaded once as expected. On iOS, parent page is loaded, then unloaded when modal is shown, then loaded again when modal closes. I know this because navigatingTo/loaded/unloaded are all called multiple times.
8.7.0
Same result with 8.7.1-next.2024-04-16-8705084282
The text was updated successfully, but these errors were encountered: