-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore use of API 33 methods to overcome Android limitiation where for some text fields only single character can be entered #208
Comments
After uninstalling the app and reinstalling it from f-droid it did work, no 'restricted' settings. Presumable Android does not like downloading from Github. |
@freebrowser1 that is a known issue with some text entry fields, I saw this mostly on older devices with search fields. Most other text inputs did/do work though. Can you provide more details for a repro case? |
@bk138 : Yes, I filled in on a website in Iceraven browser (Firefox clone) on this page: #208, which is exactly this ticket and it went wrong, so I used my laptop replying to this ticket. Another (unrelated / off-ticket) issue: when using this VNC it is not encrypted (which is standard in VNC). |
Confused. So it works now? |
Yes it works, except for some text areas. |
Update to 2.40 results in restricted setting and even the ADB setting does not help.
After setting :
adb shell settings put secure enabled_accessibility_services net.christianbeier.droidvnc_ng/.InputService:$(adb shell settings get secure enabled_accessibility_services)
it still says 'Restricted setting'.
Even setting 'Allow restricted settings' in 'settings => apps => three dots top right => allow` does not help.
The text was updated successfully, but these errors were encountered: