marchlqq

Results 8 issues of marchlqq

问题,见bug单 https://github.com/alibaba/flutter_boost/issues/1715 @0xZOne 我看还有一个场景,还会复现这个问题,没有完全修改。 **复现方式:** 前后台切换。 **原因,代码如下:** ![image](https://user-images.githubusercontent.com/9548501/195593184-4370c520-448a-4422-8e51-27c5b4486785.png) ``` 最后运行到: FlutterBoost.instance().getPlugin().onForeground(); 然后: changeFlutterAppLifecycle(FLUTTER_APP_STATE_RESUMED); ``` 现象: https://user-images.githubusercontent.com/9548501/195744241-0d39c050-64b3-487b-95f2-68c4b290b9de.mp4

第三方插件,InAppWeb,里面有一个 PlatformView public class FlutterWebView implements PlatformView { } 加载方式: 1、(正常场景)通过 FlutterBoostActivity 加载 FlutterWebView, 从 FlutterBoostActivity A 界面,跳转到 FlutterBoostActivity B, 在返回,FlutterBoostActivity A界面 里面的 FlutterWebView,可以正常使用。 2、(异常场景)编写一个正常的 FragmentActivity 加载fragment,通过 FlutterBoostFragment 的方式加载 FlutterWebView,...

现象:用户在14点07-08使用长链接操作,但是都发送失败。 查询用户日志,用户在14点01分,长链接断开,后面就没有恢复成功。 请问一下:什么原因造成呢? 概率:非必现。 最近操作:编译 targetSdk 升级到 33。 手机型号:Android 13 [E][2023-12-14 +8.0 14:01:27.450][28431, 37528][yzj-im][, , 0][write = 2023-12-14 14:01:27.450 yzj-im 长连接恢复,尝试发起一次query newPush cmd [D][2023-12-14 +8.0 14:01:27.450][28431, 28662][mars::stn][com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 417][all_connstatus =...

我使用demo,查看的效果,定位是不准的。 然后我对xy进行比例处理,怎么处理,都对不到中间 demo可以做一下处理吗? ![image](https://user-images.githubusercontent.com/9548501/216798616-49d57906-43db-4446-8828-b6649f1222ea.png) 我对图片处理后显示,位置还是不对。 ![image](https://user-images.githubusercontent.com/9548501/216798629-714712cd-1797-42cc-aff0-ec4ddcd1e3d8.png)

**通过提供的 RemoteView,如何返回多码呢?** 我验证多次, HmsScan[], 返回的 都是一个。 demo中,多码返回的,使用的相机扫码。 new RemoteView.Builder().setContext(this).setBoundingBox(rect).setFormat(HmsScan.ALL_SCAN_TYPE).build(); remoteView.setOnResultCallback(new OnResultCallback() { @Override public void onResult(HmsScan[] result) { //Check the result. if (result != null && result.length > 0 &&...

### 请描述遇到的问题,以及您所期望的正确的结果 1、update flutter version from 3.3.9 to 3.16.9 2、Open the phone settings and turn on the application password book function 3、create a viewpage fragment, one is native fragment and...

Loading images through Glide, this way of loading, linking https://i-blog.csdnimg.cn/direct/efed520f694b4f31aa30e236c7bfa0ed.jpeg Cannot load normally. Specific code: // Glide.with(this) // .load(url) // .into(imageView); or // Glide.with(this) // .asBitmap() // .load(url) // .apply(requestOptions)...

### Steps to reproduce After the upgrade, the webView screen is white. The query found that the display status of FlutterMutatorView is Gone. Then the code is found based on...

in triage