[√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.22631.4460], locale en-DK)• Flutter version 3.24.3 on channel stable at C:\Flutter\flutter• Upstream repository https://github.com/
Steps to reproduce Create a DropdownButton wrapped in a PointerInterceptor. Populate the items in the DropdownButton with some widget that is also wrapped in a PointerInterceptor. Launch on iOS and click on the dropdown. The app will cra...
Interceptor.attach(Module.findExportByName("libcocos2dlua.so" , "luaL_loadbuffer"), { onEnter: function(args) { send("Function called!"); }, onLeave:function(retval){ send("Bye bye!"); } }); 却出了 error:expected a pointer at frida/runtime/core.js:502 at /test1.js 的错误提示。
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133) at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntrod...
I am still having the same problems when using flutter widgets on top of HtmlElementView. I read the comments on issue #54027 and it looks like it is still a bug and the temporary fix is to use Pointer Interceptor. Is this still the case? It has been a while since the last comment...