Show a website inside tab layout an ionic2 + types

2019-09-11 02:32发布

问题:

I am working on an ionic framework-v2 based mobile application. My application is a tab based application. In the last tab I want to load an external website, but I 'm not able to implement it. I Want something like below..

I'm used tabs in it. and change in the config file for move tabs in top . but not figure it out how to display my website in the tabs.

Any suggestion please?

回答1:

this is how I load a Ifream in my app. Give it a try

<iframe id="iframe" ng-src="{{url}}" style="overflow:auto;border:0px;width:100%;min-height:100vh">
        </iframe>