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

[WASM + iOS] Regression: UNO 5.4 broke the .Tapped event #18599

Open
DierkDroth opened this issue Oct 26, 2024 · 3 comments · May be fixed by #18933
Open

[WASM + iOS] Regression: UNO 5.4 broke the .Tapped event #18599

DierkDroth opened this issue Oct 26, 2024 · 3 comments · May be fixed by #18933
Assignees
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working kind/regression Something was working, now it isn't project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers

Comments

@DierkDroth
Copy link

DierkDroth commented Oct 26, 2024

Current behavior

Please see repo below. Here is the scenario:

  • on iOS (iPhone or iPad, browser does not matter since it's all WebKit anyway)
  • tap any of the rows -> a new UI opens
  • close that UI by pressing the button -> brings you back to the original UI
  • you now have to click twice on a row to again bring up the 2nd UI -> wrong, a single click should do

This worked no problem with a single click on UNO WASM 5.3, but no longer works on UNO WASM 5.4 -> you have to click twice.
Note:

  • this is a problem with the touch events. Mouse events work no problem
  • there is no problem with Android touch devices (Chrome)

Minimal.zip

Here are the links to test apps - so you don't have to build and upload:

@jeromelaban I was happy as @dr1rrb fixed this UNO 5.2 regression (with UNO 5.4) which prevented me from upgrading. Now, I'm hitting the wall again and still can't upgrade my UNO 5.1 solution.

Is there any chance this regression could be addressed short term? If not, is there any work around which I could apply?
Thanks in advance for considering that regression.

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

Yes

Environment

Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@DierkDroth DierkDroth added difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Oct 26, 2024
@MartinZikmund MartinZikmund added project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) kind/regression Something was working, now it isn't and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Oct 28, 2024
@DierkDroth
Copy link
Author

@dr1rrb David, is there any chance to get this regression addressed? Is there a workaround which I could apply until it's fixed?

Right now, this regression prevents me from publishing my app on iOS (as PWA) and I loved to get this roadblock out of my way...

@jeromelaban
Copy link
Member

@DierkDroth we do not have the bandwidth to address this issue at this time, though we may be able to take a look in the coming weeks.

@DierkDroth
Copy link
Author

Thanks for taking care @jeromelaban

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working kind/regression Something was working, now it isn't project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers
Projects
None yet
4 participants