diff --git a/tns-core-modules/debugger/dom-node.ts b/tns-core-modules/debugger/dom-node.ts index 5daece2fd..4d2a2ec7f 100644 --- a/tns-core-modules/debugger/dom-node.ts +++ b/tns-core-modules/debugger/dom-node.ts @@ -26,7 +26,8 @@ const propertyBlacklist = [ "ng-reflect-items", "domNode", "touchListenerIsSet", - "bindingContext" + "bindingContext", + "nativeView" ]; function notifyInspector(callback: (inspector: Inspector) => void) {