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

does not work at all on Android #50

Closed
vesper8 opened this issue Mar 29, 2021 · 4 comments
Closed

does not work at all on Android #50

vesper8 opened this issue Mar 29, 2021 · 4 comments

Comments

@vesper8
Copy link

vesper8 commented Mar 29, 2021

Version 1.3.5

  • Vue version: 2

Description

This is a pretty big deal.. I just noticed this multiselect is completely unresponsive on my Android phone. It's not only my personal project, your own demo shows the same results https://jsfiddle.net/q6Lnpr7a/

Try the Autocomplete demo #5. I haven't tested it on IOS but on Android if you try to type inside the autocomplete box, the text goes on top of the placeholder, and it doesn't actually perform any search! It appears to perform a search when you tap outside the box, but then I think that also causes your text to disappear to it doesn't actually search.

Works perfectly on desktop. Also you can't reproduce this using Desktop Chrome's "device toolbar". Maybe you can reproduce it with GenyMotion/Xcode simulator.. hopefully you have an Android phone available.

@adamberecz
Copy link
Collaborator

Can you try this with 1b1d09a? I've replaced v-model with custom :value/@input as suggested here vuejs/vue#9777 (comment) where it is also explained why you had this behaviour.

@vesper8
Copy link
Author

vesper8 commented Mar 30, 2021

I'm not sure how to test this. Can you make your jsfiddle demo use this new version so I can test it that way?

I had to scramble yesterday and replace the mobile version of the autocomplete using another library because I wasn't sure how long it would take for a fix and I couldn't have a broken search in production (my bad for not testing it more thoroughly)

@adamberecz
Copy link
Collaborator

adamberecz commented Mar 30, 2021

Alright, I've released 1.3.6, it should refresh in fiddle too soon. I've tested with apkonline emulator and it worked well so it should be fine.

@adamberecz
Copy link
Collaborator

Feel free to reopen if the issue persists after package update.

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