Iframe back control in Ionic

I need embed a external page(there are A links inside). I tried

  1. iframe. However if I click a link inside iframe, I can’t navigate back.
  2. inappbrowser. It has navigation toolbar but it doesn’t look same as toolbar in app.

Is there better way to solve it?

Thanks

Right now, the inappbrowser is probably the best bet.

either that, or see if the page has an API that you can load the data from.

1 Like

I spent sometime on controlling iframe and found it’s impossible due to cross-domain limitation.