-
@tomayac I just checked the src in dev tools (hooked up via usb to my tablet). Before the site does feature detection, there's an
fr()
call, which is basically a regex test on the UA. That returns false in Chrome for Android on tablets, preventing the actual feature detection. 😭 -
@tomayac Looking (ok, more like glancing 😅) at the regex, they seem to be checking the UA for the words 'android' and 'mobile'. Chrome for Android on tablets does not contain the word 'mobile'.
-
@tomayac My guess would be that Wordle is trying to avoid using Web Share on desktops (even if the browser & OS support it). Probably because the list of things you can share to on desktop is very limited anyway?