Add Clipboard to reflection list
Perhaps this issue was resolved as told here and @jperedadnr forgot to close this ticket. Let me know if I should post this comment as a new, separate Issue to the list.
The above linked notice given on StackOverflow says System Clipboard now works on Android since Attach version 4.0.15-SNAPSHOT. However, I am on:
- <gluonfx.plugin.version>1.0.16</gluonfx.plugin.version>
- <gluonhq-attach.version>4.0.16</gluonhq-attach.version>
- GRAALVM_HOME = graalvm-svm-java17-linux-gluon-22.1.0.1-Final
And during my testing with a Linux laptop and Android phone, the System Clipboard copy/paste ability does work on my laptop but not on my phone. More specifically, if I copy a value within my Gluon app, I can paste it elsewhere successfully within my app, but when I try to paste elsewhere outside of my app, like input to another app, then I fail. What I see in that use case is the same previous value that was previously copied into the System clipboard.
Is this a regression bug then?