WKWebView in Ionic

Hello,

I am brand new to Ionic and app development in general and I am trying to setup my project to use WKWebView. I ran the command ionic cordova plugin add cordova-plugin-ionic-webview --save
to add it to my project and it seemed to go through correctlly, but my question is how would I actually add the webview to one of my pages in the app.

Thanks,

So there is the webview that your application will use to render your app and there is “in-app-browser” webview, which is a webview that gets nested into your main webview.

Which one do you mean?

1 Like

I would like to use the webview so it would look like its part of the app.