I'm encountering an issue with SelectionArea on flutter/dart. I'm building a website for my professional activity and everything works fine except this. I have a Text widget that I wraped into a SelectionArea widget. It works on Chrome (when simulating from VS code and on my PC browser when the website is online), it works on virtual device and on my physical mobile (S8 when on usb with vs code), meaning in those cases I can select a part of the text and copy it without any trouble. When it doesn't work is when I open the online website on my phone's browser (chrome on my S8) : I can select part of the text but I can't copy it, meaning I'm not given the option to do it (there is not even the magnifying glass thing when selecting the text).
I can provide some code if needed, but I think it's all here. You can also check prof.ziak.free.fr for the website, and click on 'contact', you'll see the text that is selectable and what it does (not). Any idea on what's going on ? In the same subject, how can I simulate the website on mobile (virtual or on usb) through chrome via vs code ? Currently when I run it, it's just as a mobile app, not as web app. Thanks !