We have recently purchased the In App Web Browser plugin, which we are currently testing in our game. So far I am happy with the integration flow, and the plugin seems to be working nicely on both Android and iOS.
but…
I’m implementing a flow where we need to listen to certain urls to be opened, and then take action based on this. The current issue that I am facing is that the callbacks seems to be received as the page has finished loading completely, which will make the flow for the user very slow.
So my question is, would it be possible to have some additional callbacks for when the page is starting to load, or somewhere earlier in the flow?
The callbacks I’m referring to are onBrowserFinishedLoading, onBrowserFinishedLoadingWithError. And they would be complemented with something like onBrowserStartedLoading.
Thanks!