diff --git a/tns-core-modules/ui/page/page.ios.ts b/tns-core-modules/ui/page/page.ios.ts index c36efccbc..9d538ae7f 100644 --- a/tns-core-modules/ui/page/page.ios.ts +++ b/tns-core-modules/ui/page/page.ios.ts @@ -440,10 +440,10 @@ export class Page extends PageBase { return true; } - // Don't add modal pages our visual tree. - if (child !== this.content) { - return true; - } + // // Don't add modal pages our visual tree. + // if (child !== this.content) { + // return true; + // } const nativeParent = this.nativeViewProtected.subviews[0]; const nativeChild = child.nativeViewProtected;