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

Touching the graph trigering the FlPointerHoverEvent event in mobile devices #1858

Open
moshe5745 opened this issue Feb 4, 2025 · 0 comments

Comments

@moshe5745
Copy link
Contributor

LineChart(
            LineChartData(
              lineTouchData: LineTouchData(
                touchCallback: (FlTouchEvent event, LineTouchResponse? touchResponse) {
                  print("$event");
                },

The first event fired after touching the mobile screen

I/flutter ( 7375):  Instance of 'FlPointerHoverEvent' 
@moshe5745 moshe5745 changed the title Touching the graph fires the FlPointerHoverEvent event in mobile devices Touching the graph trigering the FlPointerHoverEvent event in mobile devices Feb 4, 2025
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

1 participant