kunicki has posted UISearchBar example of obj-c/js mix
P.S. I modified it a little bit to dismiss keyboard when search button pressed
_searchBar.tintColor = [UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:1.0];
_searchBar.barStyle = UIBarStyleBlack;
[_webView addSubview:_searchBar];- (void)focusSearchBar
{
[_searchBar becomeFirstResponder];
}
if (_searchBar !=nil) return;Users browsing this forum: No registered users and 1 guest