4Q-s-r-o / signature

Flutter plugin that creates a canvas for writing down a signature
MIT License
252 stars 83 forks source link

Swiping in a tab #23

Closed Lampat closed 4 years ago

Lampat commented 4 years ago

If you put the signature widget in a tabbarpage and you try to swipe horizontal it will still swipe the entire tab and you can't draw.. Do you know any fix for that? ty!

Lampat commented 4 years ago

Ok, so in my project the problem was i use it in a tab, so i found a solution by setting a bool value by default to false and when i tap the signature pad i set it to true. when its false the physics for the tab is NeverScrollable and when true is AlwaysScrollable, so i will close this isue, cause it is not apparently the package's issue!