Trafic from webviews

Hi, so new to http archive and bigquery. But I am trying to quantify the number of requests coming from webviews (i.e. in-app browsers). So my initial idea was to try to parse the user-agent string and trying to match it. See android: https://developer.chrome.com/multidevice/user-agent. But I am struggling to get a query that matches this at all for Android. And I have no clue what to look for on IOS. Any ideas?

All the data is collected by Chrome Desktop & Chrome Mobile because it’s about testing the performance of the server / website design.

For UA testing you’d need to look at the server logs of something like Akamai’s dataset.

Got it! Thanks for the reply!