nativescript-community / ui-webview

Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.
Apache License 2.0
13 stars 7 forks source link

Android: linkClicked is not passed in LoadStartedEventData and ShouldOverrideUrlLoadEventData methods args #17

Open eighteight opened 3 months ago

eighteight commented 3 months ago

On iOS the linkClicked field is passed in LoadStartedEventData and ShouldOverrideUrlLoadEventData correctly On Android linkClicked field is not present