Any way to load a website without using InAppBrowser?

Hello
I would like to embed a website into my app. However, I have used the InAppBrowser and would not like to use it again. Is there anyway to embed websites without the InAppBrowser.
I have already tried using the <iframe src="https://google.com"></iframe> method, and it doesn’t work for me (it only shows a large white box).

Thanks,