How to use nativescript's WebView in angular2?

前端 未结 4 1280
抹茶落季
抹茶落季 2021-01-15 14:50

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

4条回答
  •  隐瞒了意图╮
    2021-01-15 14:59

    Have you tried to use the eventargs on load with the method getViewById to find a control. You can find more information here - https://docs.nativescript.org/ui/ui-with-xml

提交回复
热议问题