stargazing-dino / just_the_tooltip

A directional tooltip for flutter projects
https://pub.dev/packages/just_the_tooltip
MIT License
56 stars 54 forks source link

Gesture Detector in other page wont work if the page is redirected from tooltip #65

Closed encoteki closed 1 year ago

encoteki commented 1 year ago

I tried to display some content inside my tooltip and there's also a button in my tooltip that redirect my app to another screen. If I access that screen from my tooltip all of the gesture detector in that page won't work and got disabled

Is there any work around for this Issue ?

NicolasLaube commented 1 year ago

I'm curious to know how you achieved to solve this pb @developerencoteki ! Thanks in advance for your response