wangpingtaohn

Results 4 issues of wangpingtaohn

1.ViewPager(垂直)+Fragment时,Fragment底部有输入框 2.只有第一个Fragment底部的输入能被键盘撑起而不被挡住,第二个后的Fragment的输入就没法被键盘撑起了,直接被键盘挡着了 代码如下(不管在Activity还是Fragment设置都没用): `ImmersionBar.with(this).init()`

在热门区域上面是否可以添加选择的历史记录模块

数据源是否可以由外部传入,比如Json数据源是我的服务端接口返回的。

截图保存图片分享后,分享好友只能在弹窗里看到缩略图,分享出去后,聊天窗口没有图片,而分享到朋友圈时,直接没有图片显示 fluwx_no_pay: ^3.9.0 手机设备:小米 9 Pro 系统版本:10 ` LogUtils.d('filePath=$filePath'); WeChatShareImageModel model; if (filePath != null) { model = WeChatShareImageModel(WeChatImage.file(File(filePath)), title: title, description: decs, scene: scene); } else if (url !=...