Is it possible to rendering external web page inside ion-content

Hi!
Is it possible to rendering external web page inside ion-content?

I tried cordova-plugin-inappbrowser. But this plugin using window.open.
window.open is fullscreen.
I want to rendering inside ion-content!

My system information:

Cordova CLI: 6.1.1
Gulp version:  CLI version 3.9.1
Gulp local:   Local version 3.9.1
Ionic Version: 1.3.0
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.6 
ios-sim version: 5.0.8 
OS: Mac OS X El Capitan
Node Version: v0.12.13
Xcode version: Xcode 7.3.1 Build version 7D1014

I have solved the problem.
I used iframe inside ion-content.

can you write down some code ?