@capacitor/toast displayed behind cordova-plugin-inappbrowser

Currently testing on iOS.

I have a cordova InAppBrowser showing a remote site.
I use Toast from Capacitor to show some messages.
The toast UI shows behind the IAB.

How can I fix this?

Same issue with @capacitor/share

Does anyone have an alternative solution if it’s not possible to set the parent Controller?

So, I ended up hacking the share plugin to include support for presenting on the topmost UIViewController and for iPad popovers.

Would be good for you to include this feature in future versions.

I would open an issue for this on the Capacitor Plugin repo.