From a2ee7569f5142030fbddd079b97450b816d52fa9 Mon Sep 17 00:00:00 2001
From: Antheus Steenvoorden <40796782+antheus-s@users.noreply.github.com>
Date: Sun, 3 Mar 2024 15:03:05 +0100
Subject: [PATCH 1/2] Fixed dead Android WebView link.
The previous link navigated to a missing page (404) in the Android developer docs. This link routes to a similar page as the iOS variant.
---
versioned_docs/version-v7/core-concepts/webview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-v7/core-concepts/webview.md b/versioned_docs/version-v7/core-concepts/webview.md
index a314d09f566..194cb53c0e6 100644
--- a/versioned_docs/version-v7/core-concepts/webview.md
+++ b/versioned_docs/version-v7/core-concepts/webview.md
@@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
### Implementations
- **iOS**: WKWebView
-- **Android**: Web View for Android
+- **Android**: WebView for Android
From b76be554952ea2617bbf0fc68b271f809ea8a334 Mon Sep 17 00:00:00 2001
From: Sean Perkins
Date: Wed, 24 Apr 2024 10:52:35 -0400
Subject: [PATCH 2/2] docs: update webview link on latest docs
---
docs/core-concepts/webview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/core-concepts/webview.md b/docs/core-concepts/webview.md
index a314d09f566..194cb53c0e6 100644
--- a/docs/core-concepts/webview.md
+++ b/docs/core-concepts/webview.md
@@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
### Implementations
- **iOS**: WKWebView
-- **Android**: Web View for Android
+- **Android**: WebView for Android