Skip to content

Commit 71ef3e5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

45-
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`.
45+
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).
4646

4747
### Implementations
4848

0 commit comments

Comments
 (0)