webview_flutter_plus icon indicating copy to clipboard operation
webview_flutter_plus copied to clipboard

gesturerecogniser does not work with webview_flutter_plus as in official webview_flutter

Open eliranwong opened this issue 4 years ago • 2 comments

gesturerecogniser does not work with webview_flutter_plus as in official webview_flutter

eliranwong avatar Jan 01 '21 17:01 eliranwong

I tested to load a webviewplus widget inside a tab page, gesture recogniser doesn't work. Text cannot be selected. It works when I switched back to normal webview widget.

eliranwong avatar Jan 01 '21 17:01 eliranwong

Wrap your webivew widget with AbsorbPointer() widget.

AbsorbPointer(
                  child: WebViewPlus())

iamtechmanish avatar Apr 12 '23 22:04 iamtechmanish