Vahid Najafi

Results 59 comments of Vahid Najafi

@micalevisk I will do it asap. I have a section in my mind in the overview menu right after handling timeouts (maybe called handling events) and refer to `Custom transporters`...

@kamilmysliwiec That makes perfect sense to me. But it would be great if you could mention the overall solution in the overview menu regarding **`bindEvents`**. Then based on the underlying...

Is there any update on this? Since it's a very common case for all projects.

@andrewm-mitchells That is for iOS. As I know, you can't do it on Android.

Is it possible to get offset? non of these is related to scroll offset : `view, firstVisibleItem, visibleItemCount, totalItemCount`

Finally could be able to get `offset`: ```JS let firstCell = listview.android.getChildAt(0); let offset = (firstCell == null) ? 0 : listview.android.getFirstVisiblePosition() * firstCell.getHeight() - firstCell.getTop(); ``` This works for...

@jobrdelivery Thanks, it works perfectly @hossein-zare Could you please consider this solution?

Any update on this?