Jagat Jeeban Maharana

Results 2 comments of Jagat Jeeban Maharana

I am also facing the same issue. Tried every possible solution but nothing worked. I think there's no fix for this but would appreciate if anyone gives a working solution.

The solution that worked for me is to set the position of the dropdown to "absolute" for iOS and "relative" for Android. Platform.OS == 'ios' ? 'absolute' : 'relative' ________________________________...