Is it possible to embed capacitor browser in the app? I want three tabs containing three separate web pages.
The Capacitor Browser documentation seems to open only in a full screen window.
import { Plugins } from '@capacitor/core';
const { Browser } = Plugins;
await Browser.open({ url: 'http://capacitor.ionicframework.com/' });