Hi,
I developed a game with Flutter that I embedded with an iframe on a webpage. Events associated with flat buttons (onPressed), InkWell widgets (onTap), or Draggable widgets work on all browsers with either touch or mouse, but on Safari.
On Safari, events respond only to a mouse click, not to finger touch nor pencil.
Here is the game:
It looks like it's very similar to the issue I encountered but I'm not able to understand the answer given in Github. I see that the issue is closed. Does it mean that the issue is fixed?
Is there a special version of Flutter I should use so this works?
Here is the Flutter doctor for my project:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, 1.18.0-11.1.pre, on Microsoft Windows [version 10.0.18363.836], locale fr-FR)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Chrome - develop for the web
[√] Android Studio (version 4.0)
[√] VS Code (version 1.45.1)
[√] Connected device (2 available)
• No issues found!
Any help is welcome!
Thank you!
Cecile