mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
closes https://github.com/NativeScript/NativeScript/issues/10147
This commit is contained in:
@@ -29,8 +29,7 @@ function initializeWebViewClient(): void {
|
||||
|
||||
// Handle schemes like mailto, tel, etc
|
||||
if (!android.webkit.URLUtil.isNetworkUrl(url)) {
|
||||
openUrl(url);
|
||||
return true;
|
||||
return openUrl(url);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user