Maui Blazor runs in a WebView, and the browser info is not included (as there is no browser). the IOS webview has a customUserAgent property can be set. see docs on "Configure the native WebView on iOS and Mac Catalyst" of IOS webview:
Why is the browser name is missing from the userAgent string of the browser when running the MAUI Blazor project on iPad?
Hi Guys,
I am working on a MAUI Blazor project. In it, I am handling the drag operation based on the browser name that is present in the userAgent property. The userAgent property gives the name of the browser when running in the windows. But when I run the same project on the iPad the name of the browser is missing in the userAgent. I want to know why the browser name is missing in the useAgent string when running the project on iPad. Also, I want to know if there is a way to manually set the userAgent.
userAgent string upon running the MAUI Blazor project on iPad: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko)"
In the same browser the userAgent string upon a webpage: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15"