Using Webview

Hi, I would like to know if anyone can point me in the right direction.

First question:
Can I embed a webview with capacitor. What I am trying to achieve is taking a URL (lets say google.com) and embed it in a webview.

Second Question:
If the first question is possible. Can you extend native capabilities to that webview like authentication.

  1. You can use @capacitor/browser or cordova-plugin-inapp-browser for this.
  2. Yes, though you will probably have to buy something like Ionic AuthConnect if you aren’t willing to build it yourself