njuptzwt
njuptzwt
How to open webview in application, but not in another window?
I also have the same problem. Any solution?
> Some functions cannot work 1/When we are using some dropdownlist such as Select2 : https://select2.org/getting-started/basic-usage . We clicked Dropdown and it did not show. 2/ Scroll not work for...
@toannguyendts Do you know how to solve the dropdownlist?
@NickYoung-max It looks like a good idea, but it doesn't work in some cases. if the scroll element's parent node is HTMLIFrameElement(iframe),scrollling failed, in the case, document.elementFromPoint($x,$y) always return HTMLIFrameElement.
> After reading the source code, I found that it might be a concurrency problem with platformViews within flutter, so I directly modified the code of flutter, and the problem...
> > > After reading the source code, I found that it might be a concurrency problem with platformViews within flutter, so I directly modified the code of flutter, and...