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

Dropdown is not opening in iOS devices at all #45

Open
ITDevMohsin opened this issue Aug 8, 2022 · 2 comments
Open

Dropdown is not opening in iOS devices at all #45

ITDevMohsin opened this issue Aug 8, 2022 · 2 comments

Comments

@ITDevMohsin
Copy link

Hi,

I have been facing the issue for a very long time but all my attempts toward success are failed. I am unable to open the dropdown on an IOS device.
For Android, it's working fine. If there's no solution to the issue, I might need to go for some other plugin.
Please have a look. Make sure to test in both iOS and Android.
Link: https://snack.expo.dev/72Vq1000k?platform=ios

@kvron
Copy link

kvron commented Sep 27, 2022

Same here. Works on iOS emulator but not on device.

@leogaletti
Copy link

Same here. I found a way around this for now when using remote dataset.

After make the search use the dropdown controller to close and open the dropdown.

...
setLoading(false);
if (Platform.OS === 'ios') {
dropdownController.current.close();
dropdownController.current.open();
}
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants