huntrist
huntrist
please merge~
> 升级成3.5.1试试?我目前用这个版本没遇到过 3.5.1 依然有问题
> 我这边3.6.1+1 安卓都是正常的 应该是配置问题 确认scheme配置正确么? 安卓冷启动是通过scheme去启动app的 > 话说您iOS h5 唤醒正常么? scheme配置具体是指什么呢? android_manifest 中是有这些配置的: ``` ``` ``` ``` 还需要什么其他的配置么? 在APP已经启动的时候,所有的DeepLink,APPLink (即https或custom scheme)调起都没有问题。 iOS APP未启动时微信中的H5可以正常打开APP,但是不会跳转。 APP已启动后一切正常。
> ` ` 这两个我也已经有了,在同一个Activity内。 > 应该缺失这俩 > > 你iOS app 未启动的时候 能唤醒并跳转么? iOS可以唤醒,但是无法跳转
3.5.0 从微信内的H5调起APP,冷启动安卓端依然会白屏,iOS无法跳转。
小米10X,有同样的问题
> any way to work around? @huntrist I did not find any workaround. So we had to find some other font, and gave up on the vf.ttf font.
> > 但是点击广告弹出详情页后,返回到广告页,倒计时卡死是什么问题呢? > > 这个我周末会排查解决 这个有进展么?有大神知道是什么原因么?
> Hi @huntrist , you can use the `PreConfig` like this: > > ``` > return MarkdownWidget( > data: data!, > config: config.copy(configs: [ > PreConfig().copy(wrapper: (child, text){ > ///detecting...
I ran the code on DartPad, therefore no flutter doctor was provided but I tried it on my machine, it shows the same: flutter doctor ``` [√] Flutter (Channel stable,...