question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
TruongNguyen95commented, Aug 31, 2021

@TruongNguyen95 Do you have a solution?

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.

0reactions
VanDinh18commented, Aug 30, 2021

@mikehardy I added listMode={‘SCROLLVIEW’} but not work

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found