我需要从onFocus事件中检索TextInput在屏幕上的位置。我没有找到有关此文档,我的问题是我无法从焦点触发的事件中找到元素。 这里的代码:
for $count_val (0..($TOTAL_CNT_VAL-1)) {
$me->{arr1}[$count_val]{cpu} = $me->{arr2}[$count_val];
}
回调插入到这里:
_handleOnFocus(event) {
console(event.nativeEvent.target.layout.y); // where is the y coordinate?
}
答案 0 :(得分:0)
您可以通过.png
来访问它,但是请考虑它将返回与最近的非静态父对象的偏移量。如果需要绝对偏移,请参考以下问题:Finding element's position relative to the document