Passing HTML elements inside the WebView

Hi fuse team, 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 beside texts to the customer. can I use the WebView for include all the chat content or is there any way to do so?

Including a large WebView sounds like a very performance-intensive solution. I would suggest trying to avoid using one.

A “button” is not necessarily an HTML element, so you could just send a JSON object that represents a button, and your app would take care about drawing it using UX markup.

Overall, your question is far too generic to give a specific answer. You’ll need to ask more specific questions.