-
Notifications
You must be signed in to change notification settings - Fork 7
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
App not working in certain fields #16
Comments
yeah, the app only works on EditText elements, https://developer.android.com/reference/android/widget/EditText I will keep an eye out to see if I can fix some stuff |
+1 this feature is essential Other apps where text expansion doesn't work:
|
@00apm @toohazy Unfortunately, the only way around this is by having a floating EditText widget. See: https://f-droid.org/en/packages/genius.mohammad.floating.stickies/ So I think the best thing I could do is to bake something like what the above app does, into my app. So basically whenever, text expansion doesn't work, you'll have to type in the floating window and the expanded text will automatically be copied to your clipboard so you can paste that in, say, the YouTube search bar. Before I code this however I would like community feedback. Obviously, you can use the above app or similar ones today itself, the only addition would be, Thank you! |
Personally, I think since floating window apps already exist, I don't see any point of integrating that into my app, just to save one click. So looking for feedback. To clarify why text expansions don't work on some apps, that's because they don't emit accessibility events when text is typed on them. They are probably using custom rendering systems (games using OpenGL, apps using Skia) |
The text expansion feature doesn't work in some apps, I can't see anything in common between the affected apps, but I'm probably too not know what to look for.
Examples of apps where text expansion doesn't work:
The text was updated successfully, but these errors were encountered: