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 ?
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.
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 ?