siebeprojects / samples-keyboardheight

Calculates the height of a floating soft input Android keyboard
321 stars 70 forks source link

not working in some device when use adjustNothing #9

Open walterFeng opened 5 years ago

walterFeng commented 5 years ago

In HUAWEI ELE-AL00,android 9,api28。 onKeyboardHeightChanged always not be called,when use adjustNothing

qingsikou commented 4 years ago

一样的问题,解决了吗?

walterFeng commented 4 years ago

一样的问题,解决了吗?

activity的windowSoftInputMode不用adjustNothing就行了

Wgga commented 11 months ago

一样的问题,解决了吗?

activity的windowSoftInputMode不用adjustNothing就行了

如果activity必须在adjustNothing模式下怎么办?