mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Chrome devtools elements tab support for Android (#4351)
* Enable chrome-devtools elemets tab * Trigger updates when property is chaned form native * Tslint fixes * Don't run dom-elemet tests in IOS * fix tests * Create package.json * Update package.json * domNode changed to field for performance
This commit is contained in:
committed by
GitHub
parent
b7c61cad96
commit
f2462158fb
@@ -34,6 +34,10 @@ function onLivesync(args: EventData): void {
|
||||
}
|
||||
application.on("livesync", onLivesync);
|
||||
|
||||
if (global && global.__inspector) {
|
||||
require("tns-core-modules/debugger/devtools-elements");
|
||||
}
|
||||
|
||||
let frameStack: Array<FrameBase> = [];
|
||||
|
||||
function buildEntryFromArgs(arg: any): NavigationEntry {
|
||||
|
||||
Reference in New Issue
Block a user