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

fix(pointers): Fix possible missing pointer exited event with touch using wasm on iOS/iPad #18933

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dr1rrb
Copy link
Member

@dr1rrb dr1rrb commented Nov 26, 2024

closes #18599

Bugfix

Fix possible missing pointer exited event with touch using wasm on iOS/iPad

What is the current behavior?

Browser does not raise the pointerleave event when the target lement is being removed from the screen.

What is the new behavior?

We forcefully inject it when needed

PR Checklist

@github-actions github-actions bot added the platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform label Nov 26, 2024
@dr1rrb dr1rrb force-pushed the dev/dr/ptEtiOSWasm branch 2 times, most recently from dc7a867 to 34140db Compare November 26, 2024 20:54
@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

⚠️⚠️ The build 148551 has failed on Uno.UI - CI.

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

⚠️⚠️ The build 148734 has failed on Uno.UI - CI.

@jeromelaban
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html

@unodevops
Copy link
Contributor

⚠️⚠️ The build 149418 has failed on Uno.UI - CI.

@DierkDroth
Copy link

@jeromelaban @dr1rrb is there a chance to get this merged any time soon?

At this point this is the only remaining issue which prevents me from updating my outdated UNO 5.1 solution...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WASM + iOS] Regression: UNO 5.4 broke the .Tapped event
6 participants