-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
iOS: Multi-select using long click doesn't work #832
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
Comments
Might be handling DOM / JS events differently. Needs to be debugged and fixed in this case. |
On Fri, 15 Jan 2021, 22:28 ***@***.*** wrote:
Have you been heard about Browserstack? 😃
https://www.browserstack.com/list-of-browsers-and-platforms/live
Browserstack is not a UX testing tool, and also not completely free from
what I remember.
|
Browserstack is $468 per year minimum with iOS & Android devices, so about the same price except we don't get an actual device to test with. |
(I removed my previous comment shortly after posting it, I thought it wasn't heplful, and you proved it) |
No worries 🌈 iPad should arrive tomorrow so that I can test all issues and hopefully fix them! No iOS device anymore since I switched to Huawei because of the excellent camera. Using a simulator is not the same by any standard. |
Let us know if this works for you :) Maybe @benmccann can have a second look at event handling 👀 |
I'm not on iOS either, so can't really test. BrowserStack will give free accounts for open source if it's helpful. I have one with all the bells and whistles |
Saw that. Probably takes a couple of days until we may get approved. Even then, it's a tool for testing - not for UX optimization. Need the real experience. Feels much better now. Don't 100% like how click and touch events are mixed, also not sure if there are edge cases when multiple fingers are being used. Anyhow, major improvement to what we had before. |
Hi,
I’ve recently switched my workflow from macOS to iPadOS, and encountered multi-selecting issues with Safari on mobile devices.
Step to reproduce:
Expected behaviour:
Make a selection from the first selected image to the long pressed image.
What went wrong?
It calls out Safari’s text selector
Did it work before?
It works perfectly on Android’s Chromium based browsers (tested on Chrome, Brave and Samsung Internet) and Fennec. This issue does not apply to desktop based systems (since we use Shift and Control to select massively)
Other notes:
N/A
[1] Browsers on iOS / iPadOS are all using WebKit, so any browser will have the same issue.
The text was updated successfully, but these errors were encountered: