How to load external url from ionic2 app and listen page event?

Hi guys, i want to load external url inside my ionic2 app, though i find that “cordova-plugin-inappbrowser” provides a web browser view that displays web page, but i want to display this web page as a division of my ionic2 app, then i find that “iframe” tag can embed a webpage inside my ionic2 page, but how to listen web page event? is there a efficient way to achieve this goal than “iframe” tag?

I am finding for a same thing. Did you find any solution?