Skip to content

docs(core-concepts): update android webview link #3501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
antheus-s authored Mar 3, 2024
commit a2ee7569f5142030fbddd079b97450b816d52fa9
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>