I am trying to copy+paste a generated token from the cloud site to my mobile app, but my mobile browser does not give me the option to copy the text once highlighted. Try it yourself: visit cloud.lifx.com on a mobile, generate a new token and then long press on the text to select it. The ‘copy paste select’ dialogue doesn’t pop up. Looking at the HTML I think this is due to the ‘readonly’ property set on that input.
Can you please enable a way to copy the token direct to clipboard on mobile devices? Either by removing the ‘readonly’ attribute from that input or with a ‘copy to clipboard’ button that works on mobile? I realise that we should be using oauth for mobile apps but this limitation makes it hard to test before we get to that stage.
btw I have tried using multiple android systems but haven’t tried with an ios device.
EDIT: Using firefox on android I can copy from that input field, but nothing else so far