hellohuanlin

Results 189 comments of hellohuanlin

> I think I ran into this issue today trying to play an embedded video in the card feed of our app. If the user scrolls the parent scroll view...

> [@hellohuanlin[](https://teams.googleplex.com/[email protected])](https://github.com/hellohuanlin) Thanks for the quick response! When will the MVP be released? Just to confirm - the only step I need to check your fix is to “have the...

> [@hellohuanlin[](https://teams.googleplex.com/[email protected])](https://github.com/hellohuanlin) - thanks again, I'll follow those steps and test your fix on my side. > > I'd like to clarify my question: is there an estimated timeline for...

> I think I ran into this issue today trying to play an embedded video in the card feed of our app. If the user scrolls the parent scroll view...

@joshisijan Consider putting an `NSLog` in the `hitTest:` method, to make sure you are indeed using your local copy of flutter.

@joshisijan oh you also need to follow the instruction in my PR to use the newly introduced gesture blocking policy.

> @hellohuanlin Does the newly introduced gesture blocking policy requires change in flutter_inappwebview plugin's code too ? As of current state of PR - yes you will need to use...

Update: We found a quick fix which doesn't require any plugin update, and it's just landed in main: https://github.com/flutter/flutter/pull/179908 You can [switch to main channel](https://docs.flutter.dev/install/upgrade) and everything should automagically work.