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

Gesture with Blazor Components #422

Open
whann0205 opened this issue Oct 19, 2021 · 1 comment
Open

Gesture with Blazor Components #422

whann0205 opened this issue Oct 19, 2021 · 1 comment

Comments

@whann0205
Copy link

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 ?

@Eilon
Copy link
Member

Eilon commented Oct 19, 2021

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants