Skip to content

Commit baad58c

Browse files
docs(core-concepts): update android webview link (#3501)
* 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. * docs: update webview link on latest docs --------- Co-authored-by: Sean Perkins <[email protected]>
1 parent 5d73dc2 commit baad58c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core-concepts/webview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
4747
### Implementations
4848

4949
- **iOS**: <a href="https://developer.apple.com/documentation/webkit/wkwebview" target="_blank">WKWebView</a>
50-
- **Android**: <a href="https://developer.chrome.com/multidevice/webview/overview" target="_blank">Web View for Android</a>
50+
- **Android**: <a href="https://developer.android.com/reference/android/webkit/WebView" target="_blank">WebView for Android</a>

versioned_docs/version-v7/core-concepts/webview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
4747
### Implementations
4848

4949
- **iOS**: <a href="https://developer.apple.com/documentation/webkit/wkwebview" target="_blank">WKWebView</a>
50-
- **Android**: <a href="https://developer.chrome.com/multidevice/webview/overview" target="_blank">Web View for Android</a>
50+
- **Android**: <a href="https://developer.android.com/reference/android/webkit/WebView" target="_blank">WebView for Android</a>

0 commit comments

Comments
 (0)