Hi guys,
I need to open a website inside my app, but would like to leave the ionic-header, so basically I would render the page in the content directive. Is that possible without messing with iframe?
thanks
d
Hi guys,
I need to open a website inside my app, but would like to leave the ionic-header, so basically I would render the page in the content directive. Is that possible without messing with iframe?
thanks
d
Nope, not going to be possible. What you would do instead is use the inappbrowerser, but you will loose the ion-header-bar (unless you dive into some native code to make edits)
Thanks, just want to be sure before I get my hands dirty
I have some similar question.
I can customize this to show a button or something to close the page that did open using inappbrowser?
Thanks