8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbddc7 commit a7cc25bCopy full SHA for a7cc25b
platform/nativescript/element-registry.js
@@ -362,9 +362,9 @@ registerElement(
362
363
registerElement('Frame', () => require('tns-core-modules/ui/frame').Frame, {
364
insertChild(parentNode, childNode, atIndex) {
365
- if (normalizeElementName(childNode.tagName) === 'nativepage') {
366
- parentNode.nativeView.navigate({ create: () => childNode.nativeView })
367
- }
+ // if (normalizeElementName(childNode.tagName) === 'nativepage') {
+ // parentNode.nativeView.navigate({ create: () => childNode.nativeView })
+ // }
368
},
369
component: builtInComponents.Frame
370
})
0 commit comments