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

fix(pointers): Fix possible missing pointer exited event with touch u…

34140db
Select commit
Loading
Failed to load commit list.
Open

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

fix(pointers): Fix possible missing pointer exited event with touch u…
34140db
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Nov 26, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 65 in src/Uno.UI/Runtime/BrowserPointerInputSource.wasm.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/Runtime/BrowserPointerInputSource.wasm.cs#L65

Change this call to 'userAgent.Contains' to an overload that accepts a 'StringComparison' as a parameter.

Check warning on line 149 in src/Uno.UI/Runtime/BrowserPointerInputSource.wasm.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/Runtime/BrowserPointerInputSource.wasm.cs#L149

Remove this use of 'goto'.

Check warning on line 57 in src/Uno.UI/ts/Runtime/BrowserPointerInputSource.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/ts/Runtime/BrowserPointerInputSource.ts#L57

Identifier 'userAgent' is never reassigned; use 'const' instead of 'var'.