Skip to content

Commit

Permalink
docs(core-concepts): update android webview link (#3501)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
antheus-s and sean-perkins committed Apr 24, 2024
1 parent 5d73dc2 commit baad58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core-concepts/webview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
### Implementations

- **iOS**: <a href="https://developer.apple.com/documentation/webkit/wkwebview" target="_blank">WKWebView</a>
- **Android**: <a href="https://developer.chrome.com/multidevice/webview/overview" target="_blank">Web View for Android</a>
- **Android**: <a href="https://developer.android.com/reference/android/webkit/WebView" target="_blank">WebView for Android</a>
2 changes: 1 addition & 1 deletion versioned_docs/version-v7/core-concepts/webview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cord
### Implementations

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

0 comments on commit baad58c

Please sign in to comment.