Ionic 4 - How to hide iframe website scroll bar? Is iframe method better than InAppBrowser and Safari View Controller methods?

Hi all,

I am new learner in doing Ionic 4 app.

I would like to embed a website inside one of the tab (Tab 2) for my Ionic 4 app.

However, after I included into it, it will displays scroll bar for the website, due to length of my website.

Current screenshot as per below:

Is there any ways to hide this scroll bar for this website?

And is it better to use InAppBrowser or Safari View Controller to embed a website with hided scroll bar?

What is the advantages of using this two methods compared to iframe method?

Thanks.

Hi, have you find the solution?