Yogesh

Results 6 comments of Yogesh

have you found any solution ? @SupzRao

thanks freecats your library saved my lots of time thanks keep doing great work like this

Just follow this method to get index onImage tap ` onImageTap:(index){ print(index.toString()); } ,`

``` [ERROR:flutter/fml/platform/android/jni_util.cc(204)] java.lang.IllegalStateException: Platform view hasn't been initialized from the platform view channel. at io.flutter.plugin.platform.q.Q(Unknown Source:96) at io.flutter.plugin.platform.q.Z(Unknown Source:3) at io.flutter.embedding.engine.FlutterJNI.onDisplayPlatformView(Unknown Source:19) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:335) at android.os.Looper.loop(Looper.java:193) at...

Any fixes ? or workaround for this solution

Whomever is Looking for the solution please try this snippet: ` onWebViewCreated: (controller) async { appWebViewController = controller; controller.setSettings( settings: InAppWebViewSettings(builtInZoomControls: false, supportZoom: false)); }` This will stop zoom gestures...