Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WebView,我最初给出了一个特定的 URL 来访问。该 URL 在某些时候预计会发生变化(某种重定向)。当重定向发生时,我想执行一个自定义方法。
我将如何使用 angular2-nativescript 建立这个逻辑?
我的想法是有一个听众,但我无法做到。
你试过loadFinishedEvent吗?
loadFinishedEvent
https://docs.nativescript.org/cookbook/ui/web-view
我创建了一个包含 WebView 属性的url属性,并使用OnChanges模块来不断检查我的属性的更改。
url
OnChanges