We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e91aa7 commit f52deceCopy full SHA for f52dece
core/src/utils/transition.ts
@@ -56,6 +56,7 @@ export function setPageHidden(el: HTMLElement, hidden: boolean) {
56
el.setAttribute('aria-hidden', 'true');
57
el.classList.add('ion-page-hidden');
58
} else {
59
+ el.hidden = false;
60
el.removeAttribute('aria-hidden');
61
el.classList.remove('ion-page-hidden');
62
}
0 commit comments