apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.81k forks source link

[Android] input组件高度设置会导致cursor可见性问题 #3239

Open chenzefeng09 opened 4 years ago

chenzefeng09 commented 4 years ago

还有人知道这行代码是为什么吗?https://github.com/apache/incubator-weex/blob/4ea510dca4a416b19be155097f198f681a94a06a/android/sdk/src/main/java/org/apache/weex/ui/view/WXEditText.java#L103 组件高度小于内容高度,就不让长按选择选择复制内容了?同时cursor也会不显示。

demo: http://dotwe.org/vue/240996cdb3e2b8d8e21f9ec56a286b76 input高度改为45就正常了。