Skip to content

Commit 1f86e2e

Browse files
gnbmbrandyscarney
andauthored
Update versioned_docs/version-v5/core-concepts/webview.md
Co-authored-by: Brandy Smith <[email protected]>
1 parent 71ef3e5 commit 1f86e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { Capacitor } from '@capacitor/core';
3232
Capacitor.convertFileSrc(filePath);
3333
```
3434

35-
For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview) provides a utility function for converting File URIs: `window.Ionic.WebView.convertFileSrc()`. There is also a corresponding Ionic Native plugin: `@awesome-cordova-plugins/ionic-webview`.
35+
For Cordova apps, the [Ionic Web View plugin](https://github.com/ionic-team/cordova-plugin-ionic-webview) provides a utility function for converting File URIs: `window.Ionic.WebView.convertFileSrc()`. There is also a corresponding Ionic Native plugin: [`@awesome-cordova-plugins/ionic-webview`](https://danielsogl.gitbook.io/awesome-cordova-plugins/ionic-webview).
3636

3737
### Implementations
3838

0 commit comments

Comments
 (0)