l***@163.com
l***@163.com
  • 发布:2024-07-22 16:33
  • 更新:2024-07-22 17:13
  • 阅读:127

app 通过集成uni 小程序sdk 通过分享拉起微信小程序 一直有一个loading

分类:uni小程序sdk
  protected void onCreate(Bundle savedInstanceState) {  
        super.onCreate(savedInstanceState);  
        this.setContentView(layout.dcloud_wxshare_mutli_layout);  
        TextView textView = (TextView)this.findViewById(id.dcloud_wxpay_tv_loading);  
        textView.setText(string.dcloud_feature_wxshare_loading);  
    }

拉起微信小程序支付后 回到app 一直有一个loading

2024-07-22 16:33 负责人:无 分享
已邀请:
l***@163.com

l***@163.com (作者) - 自由职业者

我用的是launchMiniProgram函数,但是当我将wgt包上线到flutter App上的时候,IOS系统没出现问题,Android手机当我点击跳转微信小程序之后就一直有一个加载中图标,而且不知道怎么去掉,从微信小程序返回APP的小程序这个图标也一直存在,直到我手动点击一下返回,该图标才消失,

要回复问题请先登录注册