Can't click dropdown on android
See original GitHub issue <View style={[styles.dropdownContainer, {zIndex: zIndex}]}>
<Text style={styles.label}>
{label}
<Text style={styles.required}>{' *'}</Text>
</Text>
<DropDownPicker
items={data}
placeholder={placeHolder}
searchable={true}
searchablePlaceholder="Tìm kiếm"
searchablePlaceholderTextColor="gray"
searchableError={() => <Text>{'Không tìm thấy'}</Text>}
containerStyle={{height: 40, marginTop: 10}}
style={{
backgroundColor: Palette.white,
borderWidth: 0,
borderBottomWidth: 0.5,
}}
itemStyle={{
justifyContent: 'flex-start',
}}
dropDownStyle={{backgroundColor: Palette.white}}
onChangeItem={item => console.log(item)}
/>
</View>
<View style={[styles.dropdownContainer, {zIndex: zIndex}]}>
.....
</View>
i have create 2 dropdown and ios click ok but android not working =(( please help !!!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Dropdowns Not Working On Android | BigCommerce Fix
The issue with dropdowns on Android is one such issue. It's caused by an outdated library called FastClick designed to make click events ......
Read more >Bootstrap - Can't click dropdown child menu items on mobile ...
While I can toggle dropdowns, I can't click on any dropdown-menu items on mobile devices. My page is valid on W3 Validator and...
Read more >I can't click on items in dropdown menus - I have to use enter ...
I can't click items on dropdown menus - I HAVE to use enter to select. Clicking will make the dropdown disappear or not...
Read more >Chrome won't let me click on any drop down menus at all
I can't click on any drop down menus on any site or on the settings that Chrome have. I've tried clearing the Cache...
Read more >How to Fix Can't Pull Down Notification Bar! [Drop Down Menu]
0:27 Solution 1: Force Restart ; 0:48 Solution 2: Update Software ; 1:09 Solution 3: Reset App Preference/Reset Settings ; 1:42 Solution 4:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can read documentation and code, my issue is about conflict style, you can check style may be it confict and not work, good luck.
@mikehardy I added listMode={‘SCROLLVIEW’} but not work