从onFocus事件中检索TextInput的屏幕坐标

时间:2018-10-12 15:39:44

标签: javascript reactjs react-native react-native-ios

我需要从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?
}

1 个答案:

答案 0 :(得分:0)

您可以通过.png来访问它,但是请考虑它将返回与最近的非静态父对象的偏移量。如果需要绝对偏移,请参考以下问题:Finding element's position relative to the document