android;TabHost中的EditText无法接收物理键盘输入

    xiaoxiao2021-03-25  86

    问题:如题所述

    解决:http://stackoverflow.com/questions/11277491/edittext-losing-focus-using-hard-keyboard-when-tabhost-is-present-in-activity

    个人总结:系统bug,在TabHost里使用EditText,会因为TabHost会尝试拦截焦点进行响应,导致EditText无法接收物理键盘输入。

    转载请注明原文地址: https://ju.6miu.com/read-24846.html

    最新回复(0)