akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

Appearing keyboard while swiping on Android 11+ #2174

Open IlliaHohniak-Hexa opened 2 years ago

IlliaHohniak-Hexa commented 2 years ago

When flipping through the slides, a keyboard appears. This only works on Android 11 and up. The keyboard appears only for the first time - if you close it and continue swiping, it will no longer appear, only when you reload the page.

Versions: "react-slick": "0.28.1", "react": "17.0.2"

https://user-images.githubusercontent.com/78801565/184628731-cfd8c3d6-ceaa-466b-a4c6-865cc54a3cc7.mov

IlliaHohniak-Hexa commented 2 years ago

The problem appears because we have hidden form for the credit card which appears after "Get my plan" click. So after swipe it sets focus to that input.

Do you know some solution except disabling swipe?