-
Notifications
You must be signed in to change notification settings - Fork 743
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
base: master
Are you sure you want to change the base?
Conversation
dc7a867
to
34140db
Compare
…sing wasm on iOS/iPad
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html |
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html |
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18933/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18933/index.html |
|
@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... |
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
Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)Screenshots Compare Test Run
results.