flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

White box instead of android text selection magnifier when useHybridCompositon set to false

Open PfeiJit opened this issue 2 months ago • 1 comments

  • [x] I have read the Getting Started section
  • [x] I have already searched for the same problem

Environment

Technology Version
Flutter version 3.19.6
Plugin version 6.0.0
Android version 13, 14
iOS version N/A
macOS version N/A
Xcode version N/A
Google Chrome version N/A

Device information: Any android device (e.g. vivo V2050)

Description

I am running the an example code from the official docs https://inappwebview.dev/docs/webview/context-menu for the context menu implementation on Android device (OS version 13 or 14). The only difference I have made is that I set useHybridCompositon: false. As a result there is a strange appearance of the text selection magnifier as shown in the screenshot. If I set useHybridCompositon back to true, the magnifier looks fine. Would it be possible to fix this please? Thanks

Images

Screenshot_20240506_130038

PfeiJit avatar May 07 '24 14:05 PfeiJit