searchbar Questions
8
I tried to google it, and surprisingly found no result related...
I wonder how can I use css to adjust the blinking cursor inside the search box with CSS?
I adjusted the size of the search box, but...
0
I implement this successfully
After that I want to implement custom search bar with menu icon like this on TopAppBar and no suggest strings needed, but this custom search bar not created by me
Pl...
Ephraimite asked 26/8, 2023 at 16:11
11
Solved
I try to make my searchbar on swift, but I have a problem to dismiss keyboard on screen when I pressed out of searchbar. When I try with textfield, it works perfectly fine with this code.
override ...
Ehrenberg asked 28/4, 2015 at 16:51
1
Solved
The following opens up when i click on the search icon on windows:
search bar in windows
On the right side you can see some news/ some stuff, windows thinks might be interesting for me.
My pr...
2
Solved
I need to filter my model data with a search bar. I added the .searchable() property and when the search text changes I filter my objects with fuzzy matching. This takes too much time and the app l...
Firearm asked 16/11, 2022 at 19:57
4
There are a lot of tutorials but rather than help me to move forward, I get lost in all possible options or I don't know how to improve the code (I would like to use an application that displays a ...
Discriminative asked 18/11, 2019 at 6:22
1
Solved
Why do I have the keyboard that pushes up my View? Here's the code:
import SwiftUI
struct ContentView : View {
@State var searchText = ""
@State var pressedFirstButton = false
@State ...
2
I tap on picker it will open screen with list of element on that screen, can we add Search Bar?
I implemented Country Picker, in the country list I am showing country name and country code so on t...
Idiocy asked 1/2, 2020 at 12:37
2
Solved
This page has tableView and SearchController. My problem is searchController borders. I can't remove borders
I tried:
Remove border between View and Search Bar
Remove navigation bar bottom line ...
2
Solved
I'm having a problem with my searchbar component. When performing a search, the request is successful and we get the desired display, however if we want to do a new search over it we automatically ...
Disbranch asked 14/7, 2020 at 21:46
5
To make this short, I have a main view controller that has the navigation bar hidden, from that VC's navigation controller, I push another view controller which has the navigation bar visible. Then...
Intrude asked 7/1, 2019 at 13:10
6
I have implemented a search bar in a TableView. Now I want to highlight the result. For example, if I have typed two letters then those two letters should be highlighted in the resultant TableView ...
Bey asked 5/11, 2015 at 11:1
5
Solved
Upgraded from Xcode 5 to 6 and now my search bar tint is black.
Tried to change it through storyboard right pane > "Bar Tint" to clear color, but it's still black.
Also tried programmatically:
[...
Corium asked 26/9, 2014 at 17:2
3
Solved
I'm looking for some example but cannot see anyone googling it, just what i want is to hardcode 2 or 3 words, thank you so much. Do i have to look for on ionic 3? or in angular2 better?
Merrile asked 5/3, 2019 at 8:34
2
Solved
I want to send queries to Wolfram Alpha real fast. I've been using wiki query from search bar for ages, how can I search on WA?
4
I have read similar problems and solutions on SO. But none seems to solve my problem. I am using Custom Search Controller and Custom Search Bar and func updateSearchResults(for searchController: UI...
Impervious asked 10/1, 2017 at 3:46
4
I am running into a small problem, I implemented the new iOS 11's style search bar in my app, and I noticed that it disappeared with a slightly different animation from the one in Messages for exam...
4
I want to use search bar in my app.I am trying to use it but exceptions are coming . I have got an array of dictionary called member [[String:Anyobject]] and from this i have taken out the name and...
3
I am fairly new to Android development. I went through the Google Udacity course and am currently trying to code an app. Specifically, I'm trying to switch over my current app (written in QT) to na...
Matter asked 28/1, 2016 at 17:41
2
Solved
I am trying to remove the black underline under the SearchBar Control on Android. I wrote a CustomRender that I thought would accomplish this, but no luck:
[assembly: ExportRenderer(typeof(NoUnder...
Sou asked 16/3, 2017 at 21:55
4
Solved
I'm making the transition of the UI between iOS 6 and iOS 7.
We have a UISearchBar related to a UISearchDisplayController, I have set the backgroundImage of the navigationBar and the searchBar to...
Mysterious asked 12/11, 2013 at 11:9
7
Solved
I'm trying to implement a search on my android application using a search bar widget in the action bar.
I am following
http://developer.android.com/guide/topics/search/search-dialog.html
http:/...
Opprobrium asked 8/8, 2012 at 7:14
2
I'm creating an app based on places search. I would like to know how can I add a search bar into my Google Map, where the user can select a Place, and I can capture what the user chose.
I'm trying...
Protohuman asked 14/7, 2017 at 16:33
4
I need your help !
I work on a mobile development project, cross-platform. I use Visual Studio with Xamarin Forms.
I want to make a page with a SearchBar (Xamarin.Forms class), but, my problem is ...
2
In xcode 9 when I put the search bar in view its moves the rest of the UI down automatically. When I try to remove the searchbar from view I get a black space instead of the UI being corrected. The...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.