テキスト入力時にキーボードの記号や絵文字の入力ができません
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
(Android)
テキストのフォームに入力するとき、
12キー配列(ひらがな)から記号・絵文字にキーボードを切り替えるボタンをタップすると、
記号一覧が落ちて、12キー配列に戻り、記号・絵文字を入力することができません。
<activity android:name="" ....android:windowSoftInputMode="adjustPan">
上記を設定すれば、記号・絵文字一覧を表示することができますが、
画面上にキーボードが表示されます。
できれば、フォーム入力時に
windowSoftInputModeを設定していないときと同様にレイアウトがキーボードの上にあがり、
記号・絵文字一覧を表示できるようにしたいです。
必要なWebViewの設定があればご教示いただけますと幸いです。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue on Android with a text form and a 12-key Japanese keyboard, comparing the default window behavior with android:windowSoftInputMode="adjustPan". Investigate the WebView and windowSoftInputMode interaction described in the report. Done means the layout moves above the keyboard while the symbol and emoji list remains available without requiring adjustPan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100