Hello,
I want to load the external url in my app, but without loosing the header/footer and tabs of app.
By using inappbrowser, i havent found any way to load page in just content area(ion-content) of app and have everything else remain as it is.
So instead i am using iframe withing ion-content to load external url, which gives user feeling that they are within app only. But handling system back button seamlessly withing iframe and app is challenge.
So my question is, 1) Can I use inappbrowser similar to iframe where it loads only in ion-content area and user doesnt feel that they went out of app. if this is not possible, 2) how can I handle system back button with iframe?
thanks