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

GroupBy on IOs #567

Open
kl3sk opened this issue Mar 7, 2023 · 4 comments
Open

GroupBy on IOs #567

kl3sk opened this issue Mar 7, 2023 · 4 comments

Comments

@kl3sk
Copy link
Contributor

kl3sk commented Mar 7, 2023

Hello,

I accidentally faced a problem on my phone (IOs).

It look like GroupBy totally breaks Svelte select on IOs

This REPL doesn't work on my phone.

Switch from <Select {items} {groupBy}> to <Select {items}> and everything works again (obviously without grouping)

Edit: It look like an IOs problem, not a Safari one.
I've tested on Firefox/Firefox Focus/Brave. It doesn't work either.

@rob-balfre
Copy link
Owner

iOS only has one browser engine as Apple forces all browsers to run Safari under the hood.

I've tested this REPL on an iOS simulator and it seems fine. What's the issue you're facing?
https://svelte.dev/repl/1f5ca9b9c3e84ce792a1a296a9c82ffa?version=3.55.1

Thanks

@kl3sk
Copy link
Contributor Author

kl3sk commented Mar 8, 2023

Hello,

I didn't know that safari is behind every browser. That can explain.

It simply doesn't open. As if it as no items.

I can update the REPL on it's non working state if it is necessary.

Édit: Maybe the simulator doesn't have the problem. Could you test on a specific IOS version? I'm not up to date on my device.

@rob-balfre
Copy link
Owner

rob-balfre commented Mar 8, 2023 via email

@kl3sk
Copy link
Contributor Author

kl3sk commented Mar 8, 2023

I'm running on 14.6

Yes an old version 😅

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