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.

Cannot Select an option on iOS Safari, Chrome Android Nexus 6P can't scroll

See original GitHub issue

Hey there, I am having trouble with touch devices trying to select an option in our Select dropdown. The onChange method does not get called at all? Is there something I’m missing? And for android we cannot scroll.

   <Select
              value={this.state.selectValue}
              options={selectOptions}
              clearable={false}
              onChange={this.setSelectValue}
            />

I’m running 1.0.0beta12

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
aertmanncommented, Oct 25, 2016

Here’s a workaround for the problem that let’s you keep Fastclick:

optionRenderer={option => <div className="needsclick">{option.label}</div>}

pretty annoying conflict 😕

2reactions
Jaikantcommented, Feb 19, 2017

react-fastclick solved the problem for me too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't scroll down in Safari on iPad / iPhone / iPod Touch
Unable to scroll down when using Safari on your iPhone or iPad. Check these tips along with the key iOS 12 Safari Settings...
Read more >
Page will not scroll on iPad/iPhone. Anyone Know How To Fix?
On desktop it's everything ok and on iPhone I can't scroll via swiping the page with finger. I tried do this in environment:...
Read more >
[ICS 4.0.3 Browser] Extremely poor performance when ...
In my application setting translate3d on each div that's animated up front results in reduced delay between animations, but produces weird rendering artifacts ......
Read more >
Scroll gesture interpreted as click - opens ads inadvertently
Issue 572319: Scroll gesture interpreted as click - opens ads ... This happens to me consistently with a Google Store Nexus 5X ad ......
Read more >
I switched Android to Apple last month, and it is my biggest ...
It is a similar story with Safari because the Chrome app is super basic on iPhone. I am not sure who to blame...
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