easy_web_view icon indicating copy to clipboard operation
easy_web_view copied to clipboard

bug with use of stack.

Open chris-yeung opened this issue 3 years ago • 1 comments

Easywebview widget always on the font of the stack, therefore it overlap my widget within the stack so that i can't click the button even it is on the Easywebview widget.

chris-yeung avatar Apr 14 '21 08:04 chris-yeung

I am using stack to store the title bar in the web and the content of HtmlElementView. when the tile bar drop down menu overlap the HtmlElementView content, the drop down menu cannot be clicked, therefore i use Pointer Interceptor to wrap my title bar, it work fine to click the drop down menu.

It seems that PointerInterceptor can solve the issue, but the web view data will refresh when change screen size manually in web.

chris-yeung avatar Apr 15 '21 03:04 chris-yeung