Opening external URL using Cordova InAppBrowser inside a div

is it possible to open an external link using Cordova's InAppBrowser inside a div? As I can see, it is opening fullscreen. I don't want to use fullscreen as I wanted the webpage inside my header and footer. I found something here but they all open fullscreen. https://wiki.apache.org/cordova/InAppBrowser. As much as possible I don't want to use IFrame like what he did here How do I embed iframe in PhoneGap app?. We have the same problem/ I want my header and footer to be seen while opening a url.