unable to select Chinese word when in landscape mode using android google input

StackOverflow https://stackoverflow.com/questions/13216015

  •  30-07-2021
  •  | 
  •  

문제

Landscape mode; Edittext is set with 'imeOptions="flagNoExtractUi"'; Google PinYin Input Method;

When I tried to type chinese into a EditText, It shows pinyin without word selections. Does anyone have idea of how to solve this problem?Thanks.

올바른 솔루션이 없습니다

다른 팁

你 好 I'm using a Samsung galaxy s3 with criskelo Rom, android 4.1.1 And I wrote the first paragraph in landscape mode, it worked perfectly. You should add more details

you can set the edittext like this:

android:imeOptions="flagNoExtractUi|flagNoFullscreen"

hope can help someone else

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top