Ryo6426

Results 2 comments of Ryo6426

@fyxtc I think you should set initialOptions like this. ``` InAppWebViewGroupOptions options = InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions( useShouldOverrideUrlLoading: true, mediaPlaybackRequiresUserGesture: false, ), android: AndroidInAppWebViewOptions( useHybridComposition: true, ), ios: IOSInAppWebViewOptions( allowsInlineMediaPlayback: true,...

> However, in my 5.x.x series environment, useShouldOverrideUrlLoading works on iOS, but not on Android. Does anyone else have the same symptoms? That was caused by my local network problems....