We have a site, for example, say https://www.example.com and then user sends this URL through Android Official Message App to some contact, then there is a preview generated using the HTML rendered, which we don't want. Like totally disabling this feature from our side.
NOTE: Android Message app does not follow the Open Graph Protocol, as I have already tried emptying the meta tags related to this protocol. That is why currently according to my research, there is no such code to disable this feature programmatically.
We want to do it using HTML so that we control it from the development side as we don't know how users are sharing our links. We can't suggest workarounds to users.
Is there anyone who has faced this and tried some tricks to solve in HTML, JavaScript or jQuery. I am also open to a server-side implementation if that is the case.