Ionic InAppBrowser loadstop event triggered only for first time and not invoked for redirection URL in iOS

I am trying to open URL in the inappbrowser. Below events are triggered successfully. (which is our requirement to fetch some data while page load and after loaded)

  1. loadstart 2.loadstop

But when the page redirection occur(i.e navigate from one page to another page in the same inappbrowser window), above events not called in iOS but it works good in Android. Any workaround for the same ? ?

Thanks in Advance.

Hi, i have the same problem did you find a solution?