How to use nativescript's WebView in angular2?
问题 I'm trying to insert a web-view on my page and listen the 'loadFinishedEvent'... But for do this, i need to find the webview in my component (ts file), through nativescript way i need to wrap my xml (UI) with a tag: <Page xmlns="http://schemas.nativescript.org/tns.xsd But doing this i got this error: " TypeError: this.page.frame._getNavBarVisible is not a function ", and without the Page tag i've already tried with some ways but with unsuccessful... I do not found any sample of this too, can