You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
I found great working codelines under https://docs.microsoft.com/en-us/mobile-blazor-bindings/ui/gestures.
But in my app i dont use Xaml at all only blazor plus components from
mudblazor. Question is how can i recognize pinch gestures in this case for
html elements like /div as well as mudblazor textbox or is there a generic way
of doing that ?
The text was updated successfully, but these errors were encountered:
If you're building a hybrid app that uses BlazorWebView with HTML content, you should be able to do gestures however HTML/JS do it. That UI/Gestures topic is for supporting gestures in native UI, not web/HTML UI.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found great working codelines under
https://docs.microsoft.com/en-us/mobile-blazor-bindings/ui/gestures.
But in my app i dont use Xaml at all only blazor plus components from
mudblazor. Question is how can i recognize pinch gestures in this case for
html elements like /div as well as mudblazor textbox or is there a generic way
of doing that ?
The text was updated successfully, but these errors were encountered: