Show website inside ionic2 + typescript tab layout

I am working on an ion-framework-v2 mobile application. My application is a tab based application. On the last tab, I want to download an external website, but I cannot implement it. I want something like below.

I want something like this

I use tabs. and change the configuration file to move the tabs at the top. but don’t understand how to display my site in tabs.

Any suggestion please?

0
source share
1 answer

this is how i load ifream into my application. Try

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

All Articles