Closed RRancio closed 5 months ago
i was looking at the examples on the repo, and tried some ways to add a "user-agent" header, but i wasn't able, does this feature exists on this API?
(ignore the malformed url)
The webview (wv) should have a customUserAgent property. Did you try wv.SetCustomUserAgent("My user agent")?
wv
customUserAgent
wv.SetCustomUserAgent("My user agent")
Hope this helped.
i was looking at the examples on the repo, and tried some ways to add a "user-agent" header, but i wasn't able, does this feature exists on this API?
(ignore the malformed url)