Load website in Ionic?

Hi all.

Is it possible to load whole website inside Ionic app? I’m talking about opening a website in, for example, ion-content. And not opening in external browser (InAppBrowser).

Thanks.

Iframe may be your choice, if you want to mock a “load” behavior, just set the “src” attribute of an iframe. But Iframe may induce memory problems if the website you are loading cost much.

I still recommend InAppBrowser.

If that the case, than I better use InAppBrowser. Thanks.