letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.68k stars 576 forks source link

Textformfield inside Slideable on Ios #440

Open HenrikH96 opened 11 months ago

HenrikH96 commented 11 months ago

Hey there, I have noticed that my slidables doesn't work on IOS. I have a TextFormField in my Child Stack. That wasn't a problem on Android, but on Ios it seems to block any Gestures. Any simple Solution for this ? I started playing around with Ignoring pointers when my Textfield isn't in focus and manually setting focus. but thats not optimal because you can't directly edit specific words.

Parfyonator commented 11 months ago

Same problem. Works fine on Android devices but fails to work on iOS.

Parfyonator commented 11 months ago

Hi @letsar. Don't want to bother too much but are there any news on this one? Maybe you could propose some kind of workaround.

spedalilama commented 10 months ago

I am also experiencing this issue and looking for a workaround

tuchuan-cai commented 1 month ago

same problem