Is it possible to tell the browser not to translate the expo web app, as shown below?
There is a HTML5 attribute (translate: MDN web docs) which allows this, but I can't get expo to apply it to the root <html>-node.
I have tried to add the html node attribute translate="no"
to the top most div element in the web build of the app. It didn't prevent the "translate this page"-browser-dialog
Thanks in advance