What problem are you trying to solve?
I'm using the IFrame API and InAppWebView for video conferencing in my app. I removed the default Jitsi toolbar and implemented my own in Flutter, but I've run into the problem of not being able to show/hide it effectively because its status isn't supposed to change with every click on the web view.
What solution would you like to see?
Adding an event about changing the visibility of the toolbar
Is there an alternative?
Adding click events to different parts of the iframe