Closed babaric-dev closed 1 year ago
I am out of town for couple of weeks, so can't do much right now. But as you said AVNC only sends text to server when it comes to foreground, i.e. onResume
. It doesn't listen to clipboard changes in background.
Are you using AVNC in multi-window mode?
either way, it doesn't work.
Can you please test the following APK: app-debug.zip
After copying something, you need to give focus to AVNC (simply tap anywhere on AVNC). Android restricts clipboard access to focused apps (on API 29+). There is no workaround for this behavior.
After copying something, you need to give focus to AVNC (simply tap anywhere on AVNC). Android restricts clipboard access to focused apps (on API 29+). There is no workaround for this behavior.
I think you will do this anyway when you will paste the copied value on server. So it doesn't seem like as big of an issue as I originally thought.
Can you please test the following APK: app-debug.zip
After copying something, you need to give focus to AVNC (simply tap anywhere on AVNC). Android restricts clipboard access to focused apps (on API 29+). There is no workaround for this behavior.
My Android device api 31
Copy & pst works just fine.. & yes when anyone wants to pst something avnc
should on in background
62 occurs on my device. Still not fixed.
Text on Android clipboard gets sent to remote before connecting but not while connected. Text copied from remote are, however, reflected on client.
Now, everytime I copy something from Android's browser, I need to reconnect to paste to remote.
Idk much about Kotlin and Android apps, but it seems that
onResume
is already implemented (correct me if I am wrong).Device running Android 13, One UI 5