Mobile responsive SOMETIMES not working

Question:
Mobile responsive SOMETIMES not working
Product:
I’m using React Native Webview, and I have a term page which is made by Wix.

What are you trying to achieve:
Wix always detect Mobile

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
I have inject some javascript to get more info from the web

{“id”:“wixDesktopViewport”,“content”:“width=device-width, initial-scale=1”}}
{“type”:“user-agent”,“ua”:“Mozilla/5.0 (Linux; Android 14; Build/URD9.231106.004.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.136 Mobile Safari/537.36”}
Although the user-agent is Android, the style, class from WIX still is wixDesktopViewport. This SOMETIMES happen, very hard to reproduce this issue.

Thanks!