Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search country input on mobile browsers is not tapable #1516

Closed
dmitrue opened this issue Jan 20, 2024 · 6 comments
Closed

Search country input on mobile browsers is not tapable #1516

dmitrue opened this issue Jan 20, 2024 · 6 comments

Comments

@dmitrue
Copy link

dmitrue commented Jan 20, 2024

Hi, can't tap into search bar and search for country on iOS 17 Safari. Just tested on Android Chrome, it doesn't work as well.

image

@dmitrue dmitrue changed the title Search input on iOS safari is not tapable Search input on mobile browsers is not tapable Jan 20, 2024
@dmitrue dmitrue changed the title Search input on mobile browsers is not tapable Search country input on mobile browsers is not tapable Jan 20, 2024
@jackocnr
Copy link
Owner

Does it work for you on the demo site?

What initialisation options are you using?

@dmitrue
Copy link
Author

dmitrue commented Jan 20, 2024

It's buggy, it's opened first time and then I can't dismiss it, please see screenshot

IMG_3192

My options:
Screenshot 2024-01-20 at 16 28 44

@jackocnr
Copy link
Owner

I can't dismiss it

Have you tried tapping at the side, on the dark gray background?

Are there any other bugs? Please can you provide as much detail as possible.

@dmitrue
Copy link
Author

dmitrue commented Jan 20, 2024

Yes, if search for non-existent country, for example, and results are empty, next time you tap on int tel input it will be frozen, I attach video.

RPReplay_Final1705744081.116.50.mp4

As for input is not tappable, I think it has something to do that my form is in the modal...

@jackocnr
Copy link
Owner

Thanks for reporting this - it was a bug. Fix released in v19.2.8.

As for input is not tappable, I think it has something to do that my form is in the modal...

Yes, it might be a z-index issue in your CSS? It's best to ask on StackOverflow about this kind of thing 👍

@dmitrue
Copy link
Author

dmitrue commented Jan 20, 2024

Thanks! 👍🏻
I think this is Bootstrap modal focus issue, sweetalert2/sweetalert2#374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants