Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The search glass is not available in Chrome browser #3875

Open
1 task done
susaurabh-git opened this issue Jan 8, 2024 · 0 comments
Open
1 task done

The search glass is not available in Chrome browser #3875

susaurabh-git opened this issue Jan 8, 2024 · 0 comments

Comments

@susaurabh-git
Copy link

susaurabh-git commented Jan 8, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Explain what you did

I am using SearchBar in my app. but it is not showing the search glass in Chrome browser. On mobile, the icon is available.
<SearchBar platform="ios" containerStyle={styles.searchBarContainer} inputContainerStyle={styles.searchBarInputContainer} leftIconContainerStyle={{}} rightIconContainerStyle={{}} loadingProps={{}} onChangeText={(newValue) => setValue(newValue)} placeholder={placeholder} placeholderTextColor={theme.colors.black} cancelButtonTitle="Cancel" cancelButtonProps={{}} onCancel={() => console.log('onCancel()')} value={value} round="true" />

Expected behavior

It should show a search icon on the Web too.

Describe the bug

The search glass is not available in the Chrome browser. On mobile, the icon is available.
I tried using platform="default", still the same issue.

Steps To Reproduce

running "expo start --web" or "expo start" then choose web

Screenshots

Screen Shot 2024-01-08 at 5 45 41 AM

Your Environment

`npx @rneui/envinfo`

Global Dependencies:

  • expo-cli : 6.3.10

Local Dependencies:

  • @rneui/base : 4.0.0-rc.7
  • @rneui/themed : 4.0.0-rc.8
  • expo : ^49.0.11
  • react : 18.2.0
  • react-native : 0.72.6
  • @types/react : ~18.2.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant