diff --git a/packages/core/application/index.ios.ts b/packages/core/application/index.ios.ts index 0e5a06fd3..3b2153ccd 100644 --- a/packages/core/application/index.ios.ts +++ b/packages/core/application/index.ios.ts @@ -247,9 +247,8 @@ export class iOSApplication implements iOSApplicationDefinition { cssFile: getCssFileName(), }); - // this._window will be undefined when NS app is embedded in a native one if (this._window) { - if (args.root !== null) { + if (args.root !== null && !NativeScriptEmbedder.sharedInstance().delegate) this.setWindowContent(args.root); } } else {