hardgit

Results 11 issues of hardgit

![图片](https://user-images.githubusercontent.com/31436497/134478832-a971b28c-6fa2-4e5d-b3b3-c782652e5678.png)

build_versions.min_sdk = 19 build_versions.target_sdk = 29 build_versions.compile_sdk = 29 build_versions.build_tools = "29.0.3" 测试机华为 P10 2020-08-17 10:52:42.940 1243-1730/com.axnx.ddsn W/System.err: io.reactivex.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it...

1.使用的依赖: implementation 'com.zzhoujay.richtext:richtext:3.0.8' 2.使用方法: RichText.initCacheDir(this); RichText .fromHtml(translation(html)) .imageGetter(new DefaultImageGetter()) .imageDownloader(new DefaultImageDownloader()) .cache(CacheType.none).into(bottom_details_txt); 3.html为:这是商品详情< img src="https://pigcms22.pigcms.com/images/000/027/559/202003/5e7d6c4adb196.png" _src="https://pigcms22.pigcms.com/images/000/02/559/202003/5e7d6c4adb196.png"/>这是商品详情 4.显示效果为: 这是商品详情 < img src="https://pigcms22.pigcms.com/images/000/027/559/202003/5e7d6c4adb196.png" _src="https://pigcms22.pigcms.com/images/000/02/559/202003/5e7d6c4adb196.png"/> 这是商品详情 我感觉是我的html可能有问题,但是ios用webview加载出来了。 后来我用别人html也只是有个黑色占位图,图片还是无法加载出来。 请问是我写的方式不对吗?期待您的回复!

Hey! I found that I couldn't parse the encrypted information given to me by the Java backend using your plugin. When I tried to decrypt it, I kept getting an...

**Describe the bug** flutter for web After using your GFMultiSelect, it will overflow if there are too many items. How to set it to slide up and down? **To Reproduce**...

Radar chart, how can I fix the maximum value to 100, the minimum value to 0 (center point), even if my dataEntries may not include 100. Currently, I noticed that...

enhancement
Radar Chart

Hi, I've encountered an issue. How can I solve it? When there is too much text in my items options, I want to display ellipsis (...) instead of the overflow...

Hello, I am a novice. After using your GFMultiSelect, it will overflow if there are too many items. How to set it to slide up and down?