Hello,
I am creating an app based on tabs, I need my first tab to be an external page (so I include an iframe and it does the job), but I have 2 problems and I have no idea how to handle them
- when I go to another tab and come back to the first, I lose my
navigation. What I mean if that if I browse my remote website on my
iframe, I want to keep my current page if I come back to this tab. - I would like another tab to use this iframe and go to a specific page (a “login” tab which redirect directly to the login page on my remote website).
Sorry if this is trivia, I’m new to ionic/angular and still not used to it ^^’
Thank you so much for any clue!