Skip to content

Instantly share code, notes, and snippets.

View mhrastegari's full-sized avatar
🕰️
Time wants to happen

Mohammad Hossein Rastegarinia mhrastegari

🕰️
Time wants to happen
View GitHub Profile
@mhrastegari
mhrastegari / BlazorLongPressSample.razor
Last active December 12, 2024 22:13
Long press sample for Blazor
<div style="
width: 150px;
height: 150px;
display: grid;
align-content: center;
justify-content: center;
border: 2px solid dodgerblue;"
@onpointerdown="PointerDown"
@onpointerup="PointerUp">
@Text