Elias Bundala

Results 4 comments of Elias Bundala

on android the onlayout listerner on the top view block taps removing it seams to work check this pull request #3

> @firefinchdev please try `2.4.1` (with this potential solution) and let me know if it worked. 2.4.1 fixed it I was having a similar crush on 2.4.0 on x86 emulator...

The problem is in optionWidget on _onClose() method it uses this._onChange(!this.state.value) to set selection but this.state.value is true initially hence it will set false first then next tap will work...

After testing it fails also I think the issue is in the _onChange handler it doesn't set the values accordingly what I was able to do is handling taps and...