microsoft/clarity

WebView inside Android and iOS doesnt have CSS (.NET MAUI Hybrid)

Opened this issue · 3 comments

We have MAUI Blazor app and we tried to wire it the same way as websites are. Just with the use of JS script in header. Clarity was able to create a connection but on recording it didnt load the CSS:

image

I suppose it is connected to:
#326

Could you please reach out to our support on clarityms@microsoft.com and send us your projectID along with this information, so we can look into it?

Could you please reach out to our support on clarityms@microsoft.com and send us your projectID along with this information, so we can look into it?

email sent

The problem with this is that Clarity requires publicly available CSS. Our hybrid app has it only locally, thats why it didnt work correctly.

Workaround: Put your local styles also somewhere publicly available and link them in your hybrid app as well.

Proper way to fix this is for clarity to start supporting private styles as well