Affected version
0.24.11
Flutter versions
3.38.3
No same issues found.
Steps to Reproduce
- Create a simple HTML with a clickable element:
<div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>
2. Load this page in WebFGO (Desktop version).
- Hover the mouse over the red box.
Code example
<div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>
Expected results
The mouse cursor should change to a hand (pointer) icon to indicate the element is interactive.
Actual results
The mouse cursor remains a default arrow.
Affected version
0.24.11
Flutter versions
3.38.3
No same issues found.
Steps to Reproduce
<div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>2. Load this page in WebFGO (Desktop version).
Code example
<div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>Expected results
The mouse cursor should change to a hand (pointer) icon to indicate the element is interactive.
Actual results
The mouse cursor remains a default arrow.