I’m trying to use a Rectangle set to Overlay to functionally “fade away” some WebView content while a sidebar is active. However, it seems that the WebView is being rendered on top of everything.
In this case, the Rectangle is not visible and it seems like it should be.
Is there something I can do to get the WebView to allow the Rectangle to be drawn over it? Or do I need to inject some HTML into the WebView to mimic the effect?
I’m fairly certain drawing elements on top of native elements isn’t something that’s supported right now, but I could be wrong. The main reasoning behind this is when native elements render, we don’t necessarily have control of the surfaces etc they’re rendering to, and many native components rely on having direct access to the GPU to render their content.
Hi Anders, I am implementing a chat application using fuse. For that, I am using two users as customer and agent. The agent is wishing to send HTML elements like buttons to the customer with texts. can I use the WebView for include all the chat content or is there any way to do so?