diff --git a/android/modules/ui/src/java/ti/modules/titanium/ui/WebViewProxy.java b/android/modules/ui/src/java/ti/modules/titanium/ui/WebViewProxy.java index f1b707f9059..1eeeaf7e896 100644 --- a/android/modules/ui/src/java/ti/modules/titanium/ui/WebViewProxy.java +++ b/android/modules/ui/src/java/ti/modules/titanium/ui/WebViewProxy.java @@ -47,7 +47,8 @@ TiC.PROPERTY_WEBVIEW_IGNORE_SSL_ERROR, TiC.PROPERTY_OVER_SCROLL_MODE, TiC.PROPERTY_CACHE_MODE, - TiC.PROPERTY_LIGHT_TOUCH_ENABLED + TiC.PROPERTY_LIGHT_TOUCH_ENABLED, + TiC.PROPERTY_ON_LINK }) // clang-format on public class WebViewProxy extends ViewProxy implements Handler.Callback, OnLifecycleEvent, interceptOnBackPressedEvent