Closed tlenclos closed 11 years ago
Try putting the <SearchBar>
after the <Widget>
, but I'm afraid then still the zIndex of the headerView is higher then the searchBar's, which because the headerView gets a negative top, will move it under the headerView displaying the PTR.
It does the same effect, I've uploaded some pictures to show you. http://imgur.com/a/c4vQu
Yup, I'm afraid my workaround for headerPullView
using headerView
on Android doesn't do well with other items positioned at the top like the SearchBar
. Not much I can do about that. You could try the Java-implementation on the MarketPlace?
Hi, I can't make it work with a SearchBar in my tableview (even if I move the searchbar at the same level of the tableview).
There is always the "Pull to refresh" in front of my searchBar, I'm still investigating. Do you have any ideas/suggestions? Can you reproduce the case?