mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #60] unicodekeyboard is not working for fa_IR #46
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehrdad-abdoli on GitHub (Jan 17, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/60
hi @butomo1989
i have set unicodekeyboard=true in capabilities and installed UnicodeIME-debug (enable and set default) by:
adb install /media/UnicodeIME-debug.apk
adb shell ime enable io.appium.android.ime/.UnicodeIME
adb shell ime set io.appium.android.ime/.UnicodeIME
but when test my app it do not input unicode text at all with no error in appium.
do you have any idea?
@budtmo commented on GitHub (Jan 18, 2018):
Hi @mehrdad-abdoli ,
Could you check in normal emulator from your local machine? because I think it could be 2 things: wrong set up or an issue in emulator itself. You could ask to our gitter group as well, there might be someone who can help you.
@budtmo commented on GitHub (Jan 29, 2018):
I will close this PR because there is no response. Please feel free to reopen it.