Is it possible to use Ionic to make an app that has a page that opens a website to a particular page and still contain a toolbar?

I am trying to make an app that allows me to web-view in the app like in MIT’s app inventor. App inventor has a web-view that runs in the app and was wondering if ionic could do this.
web-view in App inventor

Have you tried using an iframe tag?

You can use InappBrowser plugin, take a look at this post.

http://forum.ionicframework.com/t/does-inappbrowser-work-with-ionic/8809